public class EncryptionProperties extends Object
Constructor and Description |
---|
EncryptionProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getEncryptionDigestAlgo() |
String |
getEncryptionKeyIdType() |
String |
getEncryptionKeyTransportAlgo() |
String |
getEncryptionSymmetricKeyAlgo() |
void |
setEncryptionDigestAlgo(String encryptionDigestAlgo) |
void |
setEncryptionKeyIdType(String encryptionKeyIdType) |
void |
setEncryptionKeyTransportAlgo(String encryptionKeyTransportAlgo) |
void |
setEncryptionSymmetricKeyAlgo(String encryptionSymmetricKeyAlgo) |
public void setEncryptionKeyTransportAlgo(String encryptionKeyTransportAlgo)
public String getEncryptionKeyTransportAlgo()
public void setEncryptionSymmetricKeyAlgo(String encryptionSymmetricKeyAlgo)
public String getEncryptionSymmetricKeyAlgo()
public void setEncryptionDigestAlgo(String encryptionDigestAlgo)
public String getEncryptionDigestAlgo()
public void setEncryptionKeyIdType(String encryptionKeyIdType)
public String getEncryptionKeyIdType()
Apache CXF