Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF