public class CK_PBE_PARAMS
extends java.lang.Object
PKCS#11 structure:
typedef struct CK_PBE_PARAMS { CK_CHAR_PTR pInitVector; CK_CHAR_PTR pPassword; CK_ULONG ulPasswordLen; CK_CHAR_PTR pSalt; CK_ULONG ulSaltLen; CK_ULONG ulIteration; } CK_PBE_PARAMS;
Modifier and Type | Field and Description |
---|---|
char[] |
pInitVector
PKCS#11:
CK_CHAR_PTR pInitVector;
|
char[] |
pPassword
PKCS#11:
CK_CHAR_PTR pPassword;
CK_ULONG ulPasswordLen;
|
char[] |
pSalt
PKCS#11:
CK_CHAR_PTR pSalt
CK_ULONG ulSaltLen;
|
long |
ulIteration
PKCS#11:
CK_ULONG ulIteration;
|
Constructor and Description |
---|
CK_PBE_PARAMS() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns the string representation of CK_PBE_PARAMS.
|
public char[] pInitVector
CK_CHAR_PTR pInitVector;
public char[] pPassword
CK_CHAR_PTR pPassword; CK_ULONG ulPasswordLen;
public char[] pSalt
CK_CHAR_PTR pSalt CK_ULONG ulSaltLen;
public long ulIteration
CK_ULONG ulIteration;