Uses of Enum
eu.europa.esig.dss.enumerations.DigestAlgorithm
-
Uses of DigestAlgorithm in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return DigestAlgorithmModifier and TypeMethodDescriptionstatic DigestAlgorithmDigestAlgorithm.forHttpHeader(String hashName) Returns the digest algorithm associated to the given JWS Http Header Hash Algorithm.static DigestAlgorithmReturns the digest algorithm associated with the given identifier, according to TS 119 182-1, Annex E (Digest algorithms identifiers for JAdES signatures)static DigestAlgorithmDigestAlgorithm.forJavaName(String javaName) Returns the digest algorithm associated to the given JCE name.static DigestAlgorithmReturns the digest algorithm associated to the given name.static DigestAlgorithmDigestAlgorithm.forName(String name, DigestAlgorithm defaultValue) Returns the digest algorithm associated to the given name.static DigestAlgorithmReturns the digest algorithm associated to the given OID.static DigestAlgorithmReturns the digest algorithm associated to the given XML url.SignatureAlgorithm.getDigestAlgorithm()This method returns the digest algorithm.static DigestAlgorithmReturns the enum constant of this type with the specified name.static DigestAlgorithm[]DigestAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.europa.esig.dss.enumerations with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionstatic DigestAlgorithmDigestAlgorithm.forName(String name, DigestAlgorithm defaultValue) Returns the digest algorithm associated to the given name.static SignatureAlgorithmSignatureAlgorithm.getAlgorithm(EncryptionAlgorithm encryptionAlgorithm, DigestAlgorithm digestAlgorithm) For given encryption algorithm and digest algorithm this function returns the signature algorithm.static SignatureAlgorithmSignatureAlgorithm.getAlgorithm(EncryptionAlgorithm encryptionAlgorithm, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf) For given encryption algorithm and digest algorithm this function returns the signature algorithm.