Uses of Class
org.mule.soap.api.security.configuration.WssPart
Packages that use WssPart
-
Uses of WssPart in org.mule.soap.api.security.configuration
Methods in org.mule.soap.api.security.configuration that return types with arguments of type WssPartModifier and TypeMethodDescriptionWssEncryptionConfiguration.getWssParts()WssSignConfiguration.getWssParts()Constructor parameters in org.mule.soap.api.security.configuration with type arguments of type WssPartModifierConstructorDescriptionWssEncryptionConfiguration(String encryptionKeyIdentifier, String encryptionSymAlgorithm, String encryptionKeyTransportAlgorithm, String encryptionDigestAlgorithm, List<WssPart> wssParts) WssSignConfiguration(String signatureKeyIdentifier, String signatureAlgorithm, String signatureDigestAlgorithm, String signatureC14nAlgorithm, List<WssPart> wssParts)