Uses of Class
org.xipki.pkcs11.wrapper.PKCS11Constants.Category
-
Packages that use PKCS11Constants.Category Package Description org.xipki.pkcs11.wrapper -
-
Uses of PKCS11Constants.Category in org.xipki.pkcs11.wrapper
Methods in org.xipki.pkcs11.wrapper that return PKCS11Constants.Category Modifier and Type Method Description static PKCS11Constants.CategoryPKCS11Constants.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.Methods in org.xipki.pkcs11.wrapper with parameters of type PKCS11Constants.Category Modifier and Type Method Description static StringPKCS11Constants. codeToName(PKCS11Constants.Category category, long code)Converts the long value code to a name.static LongPKCS11Constants. nameToCode(PKCS11Constants.Category category, String name)Converts the name to code value.static StringFunctions. toStringFlags(PKCS11Constants.Category category, String prefix, long flags, long... flagMasks)
-