Class WssEncryptionConfiguration

java.lang.Object
org.mule.soap.api.security.configuration.WssEncryptionConfiguration

public class WssEncryptionConfiguration extends Object
Security configuration regarding encryption algorithm.
Since:
1.1
  • Constructor Details

    • WssEncryptionConfiguration

      public WssEncryptionConfiguration(String encryptionKeyIdentifier, String encryptionSymAlgorithm, String encryptionKeyTransportAlgorithm, String encryptionDigestAlgorithm, List<WssPart> wssParts)
  • Method Details

    • getEncryptionKeyIdentifier

      public String getEncryptionKeyIdentifier()
    • getEncryptionSymAlgorithm

      public String getEncryptionSymAlgorithm()
    • getEncryptionKeyTransportAlgorithm

      public String getEncryptionKeyTransportAlgorithm()
    • getEncryptionDigestAlgorithm

      public String getEncryptionDigestAlgorithm()
    • getWssParts

      public List<WssPart> getWssParts()
    • getConfigurationProperties

      public Properties getConfigurationProperties()