public class WssEncryptionConfiguration extends Object
| Constructor and Description |
|---|
WssEncryptionConfiguration(String encryptionKeyIdentifier,
String encryptionSymAlgorithm,
String encryptionKeyTransportAlgorithm,
String encryptionDigestAlgorithm,
List<WssPart> wssParts) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getConfigurationProperties() |
String |
getEncryptionDigestAlgorithm() |
String |
getEncryptionKeyIdentifier() |
String |
getEncryptionKeyTransportAlgorithm() |
String |
getEncryptionSymAlgorithm() |
List<WssPart> |
getWssParts() |
public String getEncryptionKeyIdentifier()
public String getEncryptionSymAlgorithm()
public String getEncryptionKeyTransportAlgorithm()
public String getEncryptionDigestAlgorithm()
public Properties getConfigurationProperties()
Copyright © 2020. All rights reserved.