Apache CXF API

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

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

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

Fields in org.apache.cxf.xkms.model.xmlenc declared as EncryptionPropertiesType
protected  EncryptionPropertiesType EncryptedType.encryptionProperties
           
 

Methods in org.apache.cxf.xkms.model.xmlenc that return EncryptionPropertiesType
 EncryptionPropertiesType ObjectFactory.createEncryptionPropertiesType()
          Create an instance of EncryptionPropertiesType
 EncryptionPropertiesType EncryptedType.getEncryptionProperties()
          Gets the value of the encryptionProperties property.
 

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

Methods in org.apache.cxf.xkms.model.xmlenc with parameters of type EncryptionPropertiesType
 JAXBElement<EncryptionPropertiesType> ObjectFactory.createEncryptionProperties(EncryptionPropertiesType value)
          Create an instance of JAXBElement<EncryptionPropertiesType>}
 void EncryptedType.setEncryptionProperties(EncryptionPropertiesType value)
          Sets the value of the encryptionProperties property.
 


Apache CXF API

Apache CXF