Uses of Enum Class
org.frankframework.soap.SoapUtils.DigestAlgorithm
Packages that use SoapUtils.DigestAlgorithm
-
Uses of SoapUtils.DigestAlgorithm in org.frankframework.soap
Subclasses with type arguments of type SoapUtils.DigestAlgorithm in org.frankframework.soapMethods in org.frankframework.soap that return SoapUtils.DigestAlgorithmModifier and TypeMethodDescriptionstatic SoapUtils.DigestAlgorithmReturns the enum constant of this class with the specified name.static SoapUtils.DigestAlgorithm[]SoapUtils.DigestAlgorithm.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.DigestAlgorithmModifier 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) static MessageSoapUtils.signMessage(Message soapMessage, KeyStore keystore, String certificateName, String certificatePassword, boolean includeCertificateInMessage, SoapUtils.KeyIdentifierType kiType, SoapUtils.DigestAlgorithm digestAlgorithm, SoapUtils.SignatureAlgorithm signatureAlgorithm, int ttl)