Uses of Class
es.gob.jmulticard.CryptoHelper.DigestAlgorithm
-
Packages that use CryptoHelper.DigestAlgorithm Package Description es.gob.jmulticard Paquete principal del proyecto JMultiCard.es.gob.jmulticard.asn1.der.pkcs1 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.DigestAlgorithm Modifier and Type Method Description static CryptoHelper.DigestAlgorithm
CryptoHelper.DigestAlgorithm. getDigestAlgorithm(java.lang.String name)
Obtiene un algoritmo de huella digital a partir de su nombre.static CryptoHelper.DigestAlgorithm
CryptoHelper.DigestAlgorithm. valueOf(java.lang.String name)
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.DigestAlgorithm Modifier and Type Method Description byte[]
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.DigestAlgorithm Modifier and Type Method Description private static CryptoHelper.DigestAlgorithm
DigestInfo. getDigestAlgorithm(java.lang.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.DigestAlgorithm Modifier and Type Method Description private static byte[]
DigestInfo. selectHeaderTemplate(CryptoHelper.DigestAlgorithm algorithm)
Selecciona una plantilla con la cabecera delDigestInfo
para un algoritmo concreto.
-