|
IAIK PKCS#11 Wrapper version 1.2.17 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.pkcs.pkcs11.wrapper.CK_RSA_PKCS_OAEP_PARAMS
class CK_RSA_PKCS_OAEP_PARAMS provides the parameters to the CKM_RSA_PKCS_OAEP mechanism.
PKCS#11 structure:
typedef struct CK_RSA_PKCS_OAEP_PARAMS { CK_MECHANISM_TYPE hashAlg; CK_RSA_PKCS_OAEP_MGF_TYPE mgf; CK_RSA_PKCS_OAEP_SOURCE_TYPE source; CK_VOID_PTR pSourceData; CK_ULONG ulSourceDataLen; } CK_RSA_PKCS_OAEP_PARAMS;
Field Summary | |
long |
hashAlg
PKCS#11: CK_MECHANISM_TYPE hashAlg; |
long |
mgf
PKCS#11: CK_RSA_PKCS_OAEP_MGF_TYPE mgf; |
byte[] |
pSourceData
PKCS#11: CK_VOID_PTR pSourceData; CK_ULONG ulSourceDataLen; |
long |
source
PKCS#11: CK_RSA_PKCS_OAEP_SOURCE_TYPE source; |
Constructor Summary | |
CK_RSA_PKCS_OAEP_PARAMS()
|
Method Summary | |
String |
toString()
Returns the string representation of CK_RSA_PKCS_OAEP_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_OAEP_MGF_TYPE mgf;
public long source
CK_RSA_PKCS_OAEP_SOURCE_TYPE source;
public byte[] pSourceData
CK_VOID_PTR pSourceData; CK_ULONG ulSourceDataLen;
Constructor Detail |
public CK_RSA_PKCS_OAEP_PARAMS()
Method Detail |
public String toString()
|
IAIK PKCS#11 Wrapper version 1.2.17 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |