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;
Modifier and Type | Field and Description |
---|---|
public long | |
public long | |
public byte[] | |
public long |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public String | Returns: the string representation of CK_RSA_PKCS_OAEP_PARAMSOverrides java. Returns the string representation of CK_RSA_PKCS_OAEP_PARAMS. |
hashAlg | back to summary |
---|---|
public long hashAlg PKCS#11: CK_MECHANISM_TYPE hashAlg; |
mgf | back to summary |
---|---|
public long mgf PKCS#11: CK_RSA_PKCS_OAEP_MGF_TYPE mgf; |
pSourceData | back to summary |
---|---|
public byte[] pSourceData PKCS#11: CK_VOID_PTR pSourceData; CK_ULONG ulSourceDataLen; |
source | back to summary |
---|---|
public long source PKCS#11: CK_RSA_PKCS_OAEP_SOURCE_TYPE source; |
CK_RSA_PKCS_OAEP_PARAMS | back to summary |
---|---|
public CK_RSA_PKCS_OAEP_PARAMS() |
toString | back to summary |
---|---|
public String toString() Overrides java. Returns the string representation of CK_RSA_PKCS_OAEP_PARAMS.
|