Package org.apache.cxf.rs.security.xml
Class EncryptionProperties
- java.lang.Object
-
- org.apache.cxf.rs.security.xml.EncryptionProperties
-
public class EncryptionProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description EncryptionProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEncryptionDigestAlgo()StringgetEncryptionKeyIdType()StringgetEncryptionKeyName()StringgetEncryptionKeyTransportAlgo()StringgetEncryptionSymmetricKeyAlgo()voidsetEncryptionDigestAlgo(String encryptionDigestAlgo)voidsetEncryptionKeyIdType(String encryptionKeyIdType)voidsetEncryptionKeyName(String encryptionKeyName)voidsetEncryptionKeyTransportAlgo(String encryptionKeyTransportAlgo)voidsetEncryptionSymmetricKeyAlgo(String encryptionSymmetricKeyAlgo)
-
-
-
Method Detail
-
setEncryptionKeyTransportAlgo
public void setEncryptionKeyTransportAlgo(String encryptionKeyTransportAlgo)
-
getEncryptionKeyTransportAlgo
public String getEncryptionKeyTransportAlgo()
-
setEncryptionSymmetricKeyAlgo
public void setEncryptionSymmetricKeyAlgo(String encryptionSymmetricKeyAlgo)
-
getEncryptionSymmetricKeyAlgo
public String getEncryptionSymmetricKeyAlgo()
-
setEncryptionDigestAlgo
public void setEncryptionDigestAlgo(String encryptionDigestAlgo)
-
getEncryptionDigestAlgo
public String getEncryptionDigestAlgo()
-
setEncryptionKeyIdType
public void setEncryptionKeyIdType(String encryptionKeyIdType)
-
getEncryptionKeyIdType
public String getEncryptionKeyIdType()
-
getEncryptionKeyName
public String getEncryptionKeyName()
-
setEncryptionKeyName
public void setEncryptionKeyName(String encryptionKeyName)
-
-