|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--iaik.pkcs.pkcs11.wrapper.CK_RSA_PKCS_PSS_PARAMS
class CK_RSA_PKCS_PSS_PARAMS provides the parameters to the CKM_RSA_PKCS_OAEP mechanism.
PKCS#11 structure:
typedef struct CK_RSA_PKCS_PSS_PARAMS {
CK_MECHANISM_TYPE hashAlg;
CK_RSA_PKCS_MGF_TYPE mgf;
CK_ULONG sLen;
} CK_RSA_PKCS_PSS_PARAMS;
| Field Summary | |
long |
hashAlg
PKCS#11: |
long |
mgf
PKCS#11: |
long |
sLen
PKCS#11: |
| Constructor Summary | |
CK_RSA_PKCS_PSS_PARAMS()
|
|
| Method Summary | |
java.lang.String |
toString()
Returns the string representation of CK_PKCS5_PBKD2_PARAMS. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public long hashAlg
CK_MECHANISM_TYPE hashAlg;
public long mgf
CK_RSA_PKCS_MGF_TYPE mgf;
public long sLen
CK_ULONG sLen;
| Constructor Detail |
public CK_RSA_PKCS_PSS_PARAMS()
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Object
|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||