public class KEY_WRAP_SET_OAEP_PARAMS extends CkParams
| Constructor and Description |
|---|
KEY_WRAP_SET_OAEP_PARAMS(byte blockContents,
byte[] x)
Create a new KEY_WRAP_SET_OAEP_PARAMS object with the given attributes.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getMaxFieldLen() |
CK_KEY_WRAP_SET_OAEP_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 KEY_WRAP_SET_OAEP_PARAMS(byte blockContents,
byte[] x)
blockContents - The block contents byte.x - The concatenation of hash of plaintext data (if present) and extra data (if present).public CK_KEY_WRAP_SET_OAEP_PARAMS getParams()
CkParamsprotected int getMaxFieldLen()
getMaxFieldLen in class CkParamsCopyright © 2023. All rights reserved.