Uses of Enum Class
org.mozilla.jss.crypto.PKCS11Algorithm
Packages that use PKCS11Algorithm
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
-
Uses of PKCS11Algorithm in org.mozilla.jss.crypto
Methods in org.mozilla.jss.crypto that return PKCS11AlgorithmModifier and TypeMethodDescriptionAlgorithm.getEnum()static PKCS11AlgorithmReturns the enum constant of this class with the specified name.static PKCS11AlgorithmPKCS11Algorithm.valueOfConstant(long constant) static PKCS11AlgorithmPKCS11Algorithm.valueOfIndex(int index) static PKCS11Algorithm[]PKCS11Algorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mozilla.jss.crypto with parameters of type PKCS11AlgorithmModifier and TypeMethodDescriptionvoidKBKDFParameterSpec.setDerivedKeyAlgorithm(PKCS11Algorithm algo) Set the algorithm for the derived key from a PKCS11Algorithm enum value.voidKBKDFParameterSpec.setPRF(PKCS11Algorithm prf) Set the underlying pseudo-random function from a PKCS11Algorithm enum value.