public class EncryptionProperties extends Object
Constructor and Description |
---|
EncryptionProperties() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAcceptedEncryptionAlgorithms()
Get the list of accepted encryption algorithms.
|
List<String> |
getAcceptedKeyWrapAlgorithms()
Get the list of accepted key-wrap algorithms.
|
String |
getEncryptionAlgorithm()
Get the encryption algorithm to use
|
String |
getEncryptionName()
Get the alias used to select a certificate for encryption
|
int |
getKeyIdentifierType()
Get the (WSS4J) key identifier type used to reference a certificate for encryption
|
String |
getKeyWrapAlgorithm()
Get the encryption key-wrap algorithm to use
|
void |
setAcceptedEncryptionAlgorithms(List<String> acceptedEncryptionAlgorithms)
Set the list of accepted encryption algorithms.
|
void |
setAcceptedKeyWrapAlgorithms(List<String> acceptedKeyWrapAlgorithms)
Set the list of accepted key-wrap algorithms.
|
void |
setEncryptionAlgorithm(String encryptionAlgorithm)
Set the encryption algorithm to use
|
void |
setEncryptionName(String encryptionName)
Set the alias used to select a certificate for encryption
|
void |
setKeyIdentifierType(int keyIdentifierType)
Set the (WSS4J) key identifier type used to reference a certificate for encryption
|
void |
setKeyWrapAlgorithm(String keyWrapAlgorithm)
Set the encryption key-wrap algorithm to use
|
public String getEncryptionAlgorithm()
public void setEncryptionAlgorithm(String encryptionAlgorithm)
public String getKeyWrapAlgorithm()
public void setKeyWrapAlgorithm(String keyWrapAlgorithm)
public int getKeyIdentifierType()
public void setKeyIdentifierType(int keyIdentifierType)
public String getEncryptionName()
public void setEncryptionName(String encryptionName)
public void setAcceptedEncryptionAlgorithms(List<String> acceptedEncryptionAlgorithms)
public List<String> getAcceptedEncryptionAlgorithms()
public void setAcceptedKeyWrapAlgorithms(List<String> acceptedKeyWrapAlgorithms)
public List<String> getAcceptedKeyWrapAlgorithms()
Apache CXF