Apache CXF API

org.apache.cxf.rs.security.xml
Class EncryptionProperties

java.lang.Object
  extended by org.apache.cxf.rs.security.xml.EncryptionProperties

public class EncryptionProperties
extends Object


Constructor Summary
EncryptionProperties()
           
 
Method Summary
 String getEncryptionDigestAlgo()
           
 String getEncryptionKeyIdType()
           
 String getEncryptionKeyTransportAlgo()
           
 String getEncryptionSymmetricKeyAlgo()
           
 void setEncryptionDigestAlgo(String encryptionDigestAlgo)
           
 void setEncryptionKeyIdType(String encryptionKeyIdType)
           
 void setEncryptionKeyTransportAlgo(String encryptionKeyTransportAlgo)
           
 void setEncryptionSymmetricKeyAlgo(String encryptionSymmetricKeyAlgo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionProperties

public EncryptionProperties()
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()

Apache CXF API

Apache CXF