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