public class CK_RSA_PKCS_OAEP_PARAMS
extends java.lang.Object
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 |
---|---|
long |
hashAlg
PKCS#11:
|
long |
mgf
PKCS#11:
|
byte[] |
pSourceData
PKCS#11:
|
long |
source
PKCS#11:
|
Constructor and Description |
---|
CK_RSA_PKCS_OAEP_PARAMS() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns the string representation of CK_RSA_PKCS_OAEP_PARAMS.
|
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;
IAIK JavaSecurity Website http://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2023 IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved. version 1.6.9