public class MechanismParams extends CkParams
| Modifier and Type | Field and Description |
|---|---|
protected long |
params
The PKCS#11 object.
|
| Constructor and Description |
|---|
MechanismParams(long params)
Create a new ObjectHandleParameters object using the given object.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getMaxFieldLen() |
Long |
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 MechanismParams(long params)
params - The params.public Long 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.