org.apache.cxf.rs.security.xml
Class EncryptionProperties
java.lang.Object
org.apache.cxf.rs.security.xml.EncryptionProperties
public class EncryptionProperties
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptionProperties
public EncryptionProperties()
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()
Apache CXF