public abstract class CkParams extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PKCS11Module |
module |
| Constructor and Description |
|---|
CkParams() |
| Modifier and Type | Method and Description |
|---|---|
protected static sun.security.pkcs11.wrapper.CK_MECHANISM |
buildCkMechanism(Constructor<?> constructor,
long mechanismCode,
Object ckParams) |
protected String |
codeToName(PKCS11Constants.Category category,
long code) |
protected abstract int |
getMaxFieldLen() |
abstract Object |
getParams()
Get this parameters object as an object of the corresponding *_PARAMS
class of the sun.security.pkcs11.wrapper package.
|
protected String |
ptr2str(String indent,
String name,
Object value) |
protected static <T> T |
requireNonNull(String paramName,
T param) |
void |
setModule(PKCS11Module module) |
abstract sun.security.pkcs11.wrapper.CK_MECHANISM |
toCkMechanism(long mechanism) |
String |
toString() |
abstract String |
toString(String indent) |
protected String |
val2Str(String indent,
String name,
Object value) |
protected PKCS11Module module
public void setModule(PKCS11Module module)
public abstract sun.security.pkcs11.wrapper.CK_MECHANISM toCkMechanism(long mechanism)
public abstract Object getParams()
protected abstract int getMaxFieldLen()
protected static <T> T requireNonNull(String paramName, T param)
protected static sun.security.pkcs11.wrapper.CK_MECHANISM buildCkMechanism(Constructor<?> constructor, long mechanismCode, Object ckParams)
protected String codeToName(PKCS11Constants.Category category, long code)
Copyright © 2023. All rights reserved.