public class AES_CBC_ENCRYPT_DATA_PARAMS extends CkParams
| Constructor and Description |
|---|
AES_CBC_ENCRYPT_DATA_PARAMS(byte[] iv,
byte[] data)
Create a new AES_CBC_ENCRYPT_DATA_PARAMS object with the given IV and data.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getMaxFieldLen() |
CK_AES_CBC_ENCRYPT_DATA_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 AES_CBC_ENCRYPT_DATA_PARAMS(byte[] iv,
byte[] data)
iv - The initialization vector.data - The key derivation data.public CK_AES_CBC_ENCRYPT_DATA_PARAMS getParams()
CkParamsprotected int getMaxFieldLen()
getMaxFieldLen in class CkParamsCopyright © 2023. All rights reserved.