Uses of Enum Class
org.frankframework.soap.SoapUtils.KeyEncryptionAlgorithm
Packages that use SoapUtils.KeyEncryptionAlgorithm
-
Uses of SoapUtils.KeyEncryptionAlgorithm in org.frankframework.soap
Subclasses with type arguments of type SoapUtils.KeyEncryptionAlgorithm in org.frankframework.soapMethods in org.frankframework.soap that return SoapUtils.KeyEncryptionAlgorithmModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SoapUtils.KeyEncryptionAlgorithm[]SoapUtils.KeyEncryptionAlgorithm.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.KeyEncryptionAlgorithmModifier 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)