public class PBE_PARAMS extends CkParams
| Constructor and Description |
|---|
PBE_PARAMS(char[] iv,
char[] password,
char[] salt,
int iterations)
Create a new PBE_PARAMS object with the given attributes.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getMaxFieldLen() |
CK_PBE_PARAMS |
getParams()
Get this parameters object as an object of the corresponding *_PARAMS
class of the iaik.pkcs.pkcs11.wrapper package.
|
String |
toString(String indent) |
codeToName, ptr2str, requireNonNull, setModule, toString, val2Strpublic PBE_PARAMS(char[] iv,
char[] password,
char[] salt,
int iterations)
iv - The 8-byte initialization vector (IV), if an IV is required.password - The password to be used in the PBE key generation.salt - The salt to be used in the PBE key generation.iterations - The number of iterations required for the generation.public CK_PBE_PARAMS getParams()
CkParamsprotected int getMaxFieldLen()
getMaxFieldLen in class CkParamsCopyright © 2023. All rights reserved.