public static enum PKCS11Constants.Category extends java.lang.Enum<PKCS11Constants.Category>
| Enum Constant and Description |
|---|
CKA |
CKC |
CKD |
CKF_MECHANISM |
CKF_OTP |
CKF_SESSION |
CKF_SLOT |
CKF_TOKEN |
CKG_GENERATOR |
CKG_MGF |
CKH |
CKK |
CKM |
CKO |
CKP_PRF |
CKP_PROFILE_ID |
CKR |
CKS |
CKU |
CKZ |
| Modifier and Type | Method and Description |
|---|---|
static PKCS11Constants.Category |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2023. All rights reserved.