public class CCM_PARAMS extends CkParams
| Constructor and Description |
|---|
CCM_PARAMS(int dataLen,
byte[] nonce,
byte[] aad,
int macLen) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getMaxFieldLen() |
Object |
getParams()
Get this parameters object as an object of the corresponding *_PARAMS
class of the sun.security.pkcs11.wrapper package.
|
void |
setDataLen(int dataLen) |
sun.security.pkcs11.wrapper.CK_MECHANISM |
toCkMechanism(long mechanism) |
String |
toString(String indent) |
buildCkMechanism, codeToName, ptr2str, requireNonNull, setModule, toString, val2Strpublic void setDataLen(int dataLen)
public sun.security.pkcs11.wrapper.CK_MECHANISM toCkMechanism(long mechanism)
toCkMechanism in class CkParamspublic Object getParams()
CkParamsprotected int getMaxFieldLen()
getMaxFieldLen in class CkParamsCopyright © 2023. All rights reserved.