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