Uses of Class
eu.europa.esig.dss.enumerations.EncryptionAlgorithm
-
-
Uses of EncryptionAlgorithm in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return EncryptionAlgorithm Modifier and Type Method Description static EncryptionAlgorithmEncryptionAlgorithm. forKey(Key key)Returns the encryption algorithm associated to the given key.static EncryptionAlgorithmEncryptionAlgorithm. forName(String name)Returns 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 EncryptionAlgorithmEncryptionAlgorithm. forOID(String oid)Returns the encryption algorithm associated to the given OID.EncryptionAlgorithmSignatureAlgorithm. getEncryptionAlgorithm()This method returns the encryption algorithm.static EncryptionAlgorithmEncryptionAlgorithm. valueOf(String name)Returns 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 EncryptionAlgorithm Modifier and Type Method Description static 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.
-