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 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 iaik.pkcs.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) |
String |
toString() |
abstract String |
toString(String indent) |
protected String |
val2Str(String indent,
String name,
Object value) |
protected PKCS11Module module
public abstract Object getParams()
protected abstract int getMaxFieldLen()
public void setModule(PKCS11Module module)
protected String codeToName(PKCS11Constants.Category category, long code)
protected static <T> T requireNonNull(String paramName, T param)
Copyright © 2023. All rights reserved.