Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xmlenc.CipherDataType

Packages that use CipherDataType
org.apache.cxf.xkms.model.xmlenc   
 

Uses of CipherDataType in org.apache.cxf.xkms.model.xmlenc
 

Fields in org.apache.cxf.xkms.model.xmlenc declared as CipherDataType
protected  CipherDataType EncryptedType.cipherData
           
 

Methods in org.apache.cxf.xkms.model.xmlenc that return CipherDataType
 CipherDataType ObjectFactory.createCipherDataType()
          Create an instance of CipherDataType
 CipherDataType EncryptedType.getCipherData()
          Gets the value of the cipherData property.
 

Methods in org.apache.cxf.xkms.model.xmlenc that return types with arguments of type CipherDataType
 JAXBElement<CipherDataType> ObjectFactory.createCipherData(CipherDataType value)
          Create an instance of JAXBElement<CipherDataType>}
 

Methods in org.apache.cxf.xkms.model.xmlenc with parameters of type CipherDataType
 JAXBElement<CipherDataType> ObjectFactory.createCipherData(CipherDataType value)
          Create an instance of JAXBElement<CipherDataType>}
 void EncryptedType.setCipherData(CipherDataType value)
          Sets the value of the cipherData property.
 


Apache CXF API

Apache CXF