Apache CXF API

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

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

Uses of EncryptedDataType in org.apache.cxf.xkms.model.xkms
 

Fields in org.apache.cxf.xkms.model.xkms declared as EncryptedDataType
protected  EncryptedDataType PrivateKeyType.encryptedData
           
 

Methods in org.apache.cxf.xkms.model.xkms that return EncryptedDataType
 EncryptedDataType PrivateKeyType.getEncryptedData()
          Gets the value of the encryptedData property.
 

Methods in org.apache.cxf.xkms.model.xkms with parameters of type EncryptedDataType
 void PrivateKeyType.setEncryptedData(EncryptedDataType value)
          Sets the value of the encryptedData property.
 

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

Methods in org.apache.cxf.xkms.model.xmlenc that return EncryptedDataType
 EncryptedDataType ObjectFactory.createEncryptedDataType()
          Create an instance of EncryptedDataType
 

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

Methods in org.apache.cxf.xkms.model.xmlenc with parameters of type EncryptedDataType
 JAXBElement<EncryptedDataType> ObjectFactory.createEncryptedData(EncryptedDataType value)
          Create an instance of JAXBElement<EncryptedDataType>}
 


Apache CXF API

Apache CXF