| Package | Description |
|---|---|
| org.xipki.pkcs11.wrapper | |
| org.xipki.pkcs11.wrapper.params |
| Modifier and Type | Method and Description |
|---|---|
static PKCS11Constants.Category |
PKCS11Constants.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PKCS11Constants.Category[] |
PKCS11Constants.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PKCS11Module.codeToName(PKCS11Constants.Category category,
long code) |
static String |
PKCS11Constants.codeToName(PKCS11Constants.Category category,
long code)
Converts the long value code to a name.
|
long |
PKCS11Module.genericToVendorCode(PKCS11Constants.Category category,
long genericCode) |
Long |
PKCS11Module.nameToCode(PKCS11Constants.Category category,
String name) |
static Long |
PKCS11Constants.nameToCode(PKCS11Constants.Category category,
String name)
Converts the name to code value.
|
static String |
Functions.toStringFlags(PKCS11Constants.Category category,
String prefix,
long flags,
long... flagMasks) |
long |
PKCS11Module.vendorToGenericCode(PKCS11Constants.Category category,
long vendorCode) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
CkParams.codeToName(PKCS11Constants.Category category,
long code) |
Copyright © 2023. All rights reserved.