Uses of Enum Class
org.frankframework.soap.SoapUtils.DataEncryptionAlgorithm
Packages that use SoapUtils.DataEncryptionAlgorithm
-
Uses of SoapUtils.DataEncryptionAlgorithm in org.frankframework.soap
Subclasses with type arguments of type SoapUtils.DataEncryptionAlgorithm in org.frankframework.soapMethods in org.frankframework.soap that return SoapUtils.DataEncryptionAlgorithmModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SoapUtils.DataEncryptionAlgorithm[]SoapUtils.DataEncryptionAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.soap with parameters of type SoapUtils.DataEncryptionAlgorithmModifier and TypeMethodDescriptionstatic MessageSoapUtils.encryptMessage(Message soapMessage, KeyStore keystore, String certificateName, SecretKey symmetricKey, boolean includeCertificateInMessage, SoapUtils.KeyIdentifierType kiType, SoapUtils.DigestAlgorithm digestAlgorithm, SoapUtils.KeyEncryptionAlgorithm keAlgorithm, SoapUtils.DataEncryptionAlgorithm deAlgorithm, int ttl)