Uses of Enum
es.gob.jmulticard.CryptoHelper.DigestAlgorithm
Packages that use CryptoHelper.DigestAlgorithm
-
Uses of CryptoHelper.DigestAlgorithm in es.gob.jmulticard
Subclasses with type arguments of type CryptoHelper.DigestAlgorithm in es.gob.jmulticardModifier and TypeClassDescriptionstatic enumAlgoritmo de huella digital.Methods in es.gob.jmulticard that return CryptoHelper.DigestAlgorithmModifier and TypeMethodDescriptionstatic CryptoHelper.DigestAlgorithmCryptoHelper.DigestAlgorithm.getDigestAlgorithm(String name) Obtiene un algoritmo de huella digital a partir de su nombre.static CryptoHelper.DigestAlgorithmReturns the enum constant of this type with the specified name.static CryptoHelper.DigestAlgorithm[]CryptoHelper.DigestAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in es.gob.jmulticard with parameters of type CryptoHelper.DigestAlgorithmModifier and TypeMethodDescriptionbyte[]BcCryptoHelper.digest(CryptoHelper.DigestAlgorithm algorithm, byte[] data) abstract byte[]CryptoHelper.digest(CryptoHelper.DigestAlgorithm algorithm, byte[] data) Realiza una huella digital de los datos proporcionados.