| Package | Description |
|---|---|
| org.xipki.pkcs11.wrapper |
| Modifier and Type | Method and Description |
|---|---|
static PKCS11Constants.Category |
PKCS11Constants.Category.valueOf(java.lang.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 |
|---|---|
static java.lang.String |
PKCS11Constants.codeToName(PKCS11Constants.Category category,
long code)
Converts the long value code to a name.
|
static java.lang.Long |
PKCS11Constants.nameToCode(PKCS11Constants.Category category,
java.lang.String name)
Converts the name to code value.
|
static java.lang.String |
Functions.toStringFlags(PKCS11Constants.Category category,
java.lang.String prefix,
long flags,
long... flagMasks) |
Copyright © 2023. All rights reserved.