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