Uses of Enum
eu.europa.esig.dss.enumerations.EncryptionAlgorithm
-
Uses of EncryptionAlgorithm in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return EncryptionAlgorithmModifier and TypeMethodDescriptionstatic EncryptionAlgorithmReturns the encryption algorithm associated to the given key.static EncryptionAlgorithmReturns the encryption algorithm associated to the given JCE name.static EncryptionAlgorithmEncryptionAlgorithm.forName(String name, EncryptionAlgorithm defaultValue) Returns the encryption algorithm associated to the given JCE name.static EncryptionAlgorithmReturns the encryption algorithm associated to the given OID.SignatureAlgorithm.getEncryptionAlgorithm()This method returns the encryption algorithm.static EncryptionAlgorithmReturns the enum constant of this type with the specified name.static EncryptionAlgorithm[]EncryptionAlgorithm.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 EncryptionAlgorithmModifier and TypeMethodDescriptionstatic EncryptionAlgorithmEncryptionAlgorithm.forName(String name, EncryptionAlgorithm defaultValue) Returns the encryption algorithm associated to the given JCE 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.booleanEncryptionAlgorithm.isEquivalent(EncryptionAlgorithm encryptionAlgorithm) Verifies if the providedencryptionAlgorithmis equivalent to the current one.