Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.EncryptionType

Packages that use EncryptionType
org.apache.cxf.ws.security.sts.provider.model   
 

Uses of EncryptionType in org.apache.cxf.ws.security.sts.provider.model
 

Methods in org.apache.cxf.ws.security.sts.provider.model that return EncryptionType
 EncryptionType ObjectFactory.createEncryptionType()
          Create an instance of EncryptionType
 

Methods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type EncryptionType
 javax.xml.bind.JAXBElement<EncryptionType> ObjectFactory.createEncryption(EncryptionType value)
          Create an instance of JAXBElement<EncryptionType>}
 

Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type EncryptionType
 javax.xml.bind.JAXBElement<EncryptionType> ObjectFactory.createEncryption(EncryptionType value)
          Create an instance of JAXBElement<EncryptionType>}
 


Apache CXF API

Apache CXF