public static enum PKCS11Constants.Category extends Enum<PKCS11Constants.Category>
| Enum Constant and Description |
|---|
CKA
attribute
|
CKC
certificate type
|
CKD
key derivation function
|
CKF_MECHANISM
bit flag of mechanism info
|
CKF_OTP
bit flag of OTP
|
CKF_SESSION
bit flag of session info
|
CKF_SLOT
bit flag of slot info
|
CKF_TOKEN
bit flag of token info
|
CKG_GENERATOR
generator
|
CKG_MGF
mask generation function
|
CKH
hardware feature
|
CKK
key type
|
CKM
mechanism type
|
CKO
object class
|
CKP_PRF
pseudo-random function
|
CKP_PROFILE_ID
profile ID
|
CKR
return value
|
CKS
session state
|
CKU
user
|
CKZ
salt/encoding parameter source
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPrefix() |
static PKCS11Constants.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PKCS11Constants.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PKCS11Constants.Category CKA
public static final PKCS11Constants.Category CKC
public static final PKCS11Constants.Category CKD
public static final PKCS11Constants.Category CKF_MECHANISM
public static final PKCS11Constants.Category CKF_OTP
public static final PKCS11Constants.Category CKF_SESSION
public static final PKCS11Constants.Category CKF_SLOT
public static final PKCS11Constants.Category CKF_TOKEN
public static final PKCS11Constants.Category CKG_GENERATOR
public static final PKCS11Constants.Category CKG_MGF
public static final PKCS11Constants.Category CKH
public static final PKCS11Constants.Category CKK
public static final PKCS11Constants.Category CKM
public static final PKCS11Constants.Category CKO
public static final PKCS11Constants.Category CKP_PROFILE_ID
public static final PKCS11Constants.Category CKP_PRF
public static final PKCS11Constants.Category CKR
public static final PKCS11Constants.Category CKS
public static final PKCS11Constants.Category CKU
public static final PKCS11Constants.Category CKZ
public static PKCS11Constants.Category[] values()
for (PKCS11Constants.Category c : PKCS11Constants.Category.values()) System.out.println(c);
public static PKCS11Constants.Category valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getPrefix()
Copyright © 2023. All rights reserved.