Apache CXF API

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

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

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

Fields in org.apache.cxf.xkms.model.xmlenc with type parameters of type EncryptionPropertyType
protected  List<EncryptionPropertyType> EncryptionPropertiesType.encryptionProperty
           
 

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

Methods in org.apache.cxf.xkms.model.xmlenc that return types with arguments of type EncryptionPropertyType
 JAXBElement<EncryptionPropertyType> ObjectFactory.createEncryptionProperty(EncryptionPropertyType value)
          Create an instance of JAXBElement<EncryptionPropertyType>}
 List<EncryptionPropertyType> EncryptionPropertiesType.getEncryptionProperty()
          Gets the value of the encryptionProperty property.
 

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


Apache CXF API

Apache CXF