public class RSA_AES_KEY_WRAP_PARAMS extends CkParams
| Constructor and Description |
|---|
RSA_AES_KEY_WRAP_PARAMS(int AESKeyBits,
RSA_PKCS_OAEP_PARAMS OAEPParams)
Create a new RSA_AES_KEY_WRAP_PARAMS object with the given attributes.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getMaxFieldLen() |
CK_RSA_AES_KEY_WRAP_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 RSA_AES_KEY_WRAP_PARAMS(int AESKeyBits,
RSA_PKCS_OAEP_PARAMS OAEPParams)
AESKeyBits - length of the temporary AES key in bits. Can be only 128, 192 or 256.OAEPParams - parameters of the temporary AES key wrapping. See also the description of public CK_RSA_AES_KEY_WRAP_PARAMS getParams()
CkParamsprotected int getMaxFieldLen()
getMaxFieldLen in class CkParamsCopyright © 2023. All rights reserved.