Uses of Enum
es.gob.jmulticard.CryptoHelper.DigestAlgorithm
Packages that use CryptoHelper.DigestAlgorithm
Package
Description
Paquete principal del proyecto JMultiCard.
Define los tipos compuestos ASN.1 empleados en el estándar PKCS#1.
-
Uses of CryptoHelper.DigestAlgorithm in es.gob.jmulticard
Methods in es.gob.jmulticard that return CryptoHelper.DigestAlgorithmModifier and TypeMethodDescriptionstatic CryptoHelper.DigestAlgorithm
CryptoHelper.DigestAlgorithm.getDigestAlgorithm
(String name) Obtiene un algoritmo de huella digital a partir de su nombre.static CryptoHelper.DigestAlgorithm
Returns 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. -
Uses of CryptoHelper.DigestAlgorithm in es.gob.jmulticard.asn1.der.pkcs1
Methods in es.gob.jmulticard.asn1.der.pkcs1 that return CryptoHelper.DigestAlgorithmModifier and TypeMethodDescriptionprivate static CryptoHelper.DigestAlgorithm
DigestInfo.getDigestAlgorithm
(String signatureAlgorithm) Obtiene el algoritmo de huella digital correspondiente a un algoritmo de firma concreto.Methods in es.gob.jmulticard.asn1.der.pkcs1 with parameters of type CryptoHelper.DigestAlgorithmModifier and TypeMethodDescriptionprivate static byte[]
DigestInfo.selectHeaderTemplate
(CryptoHelper.DigestAlgorithm algorithm) Selecciona una plantilla con la cabecera delDigestInfo
para un algoritmo concreto.