public class LongParams extends CkParams
| Modifier and Type | Field and Description |
|---|---|
protected long |
params
The PKCS#11 object.
|
| Constructor and Description |
|---|
LongParams(long params)
Create a new ObjectHandleParameters object using the given object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.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) |
java.lang.String |
toString() |
buildCkMechanism, ptrToString, requireNonNullpublic LongParams(long params)
params - The params.public java.lang.Long getParams()
CkParamspublic sun.security.pkcs11.wrapper.CK_MECHANISM toCkMechanism(long mechanism)
toCkMechanism in class CkParamspublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2023. All rights reserved.