Uses of Class
org.jboss.identity.federation.ws.trust.ProofEncryptionType

Packages that use ProofEncryptionType
org.jboss.identity.federation.api.wstrust.protocol   
org.jboss.identity.federation.ws.trust   
 

Uses of ProofEncryptionType in org.jboss.identity.federation.api.wstrust.protocol
 

Methods in org.jboss.identity.federation.api.wstrust.protocol that return ProofEncryptionType
 ProofEncryptionType RequestSecurityTokenResponse.getProofEncryption()
           Obtains the ProofEncryption section of the response.
 ProofEncryptionType RequestSecurityToken.getProofEncryption()
           Obtains the ProofEncryption section of the request.
 

Methods in org.jboss.identity.federation.api.wstrust.protocol with parameters of type ProofEncryptionType
 void RequestSecurityTokenResponse.setProofEncryption(ProofEncryptionType proofEncryption)
           Sets the ProofEncryption section of the response.
 void RequestSecurityToken.setProofEncryption(ProofEncryptionType proofEncryption)
           Sets the ProofEncryption section of the request.
 

Uses of ProofEncryptionType in org.jboss.identity.federation.ws.trust
 

Methods in org.jboss.identity.federation.ws.trust that return ProofEncryptionType
 ProofEncryptionType ObjectFactory.createProofEncryptionType()
          Create an instance of ProofEncryptionType
 

Methods in org.jboss.identity.federation.ws.trust 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.jboss.identity.federation.ws.trust with parameters of type ProofEncryptionType
 javax.xml.bind.JAXBElement<ProofEncryptionType> ObjectFactory.createProofEncryption(ProofEncryptionType value)
          Create an instance of JAXBElement<ProofEncryptionType>}
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.