Uses of Interface
com.sun.xml.ws.security.trust.elements.ProofEncryption
-
Packages that use ProofEncryption Package Description com.sun.xml.ws.security.trust.elements com.sun.xml.ws.security.trust.impl.elements com.sun.xml.ws.security.trust.impl.wssx.elements -
-
Uses of ProofEncryption in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return ProofEncryption Modifier and Type Method Description ProofEncryptionWSTrustElementBase. getProofEncryption()Get the desired proofEncryption settings for the token if specified, null otherwiseMethods in com.sun.xml.ws.security.trust.elements with parameters of type ProofEncryption Modifier and Type Method Description voidWSTrustElementBase. setProofEncryption(ProofEncryption proofEncryption)Set the desired proofEncryption settings for the requested token -
Uses of ProofEncryption in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement ProofEncryption Modifier and Type Class Description classProofEncryptionImplMethods in com.sun.xml.ws.security.trust.impl.elements that return ProofEncryption Modifier and Type Method Description ProofEncryptionRequestSecurityTokenImpl. getProofEncryption()ProofEncryptionRequestSecurityTokenResponseImpl. getProofEncryption()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type ProofEncryption Modifier and Type Method Description voidRequestSecurityTokenImpl. setProofEncryption(ProofEncryption proofEncryption)voidRequestSecurityTokenResponseImpl. setProofEncryption(ProofEncryption proofEncryption) -
Uses of ProofEncryption in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement ProofEncryption Modifier and Type Class Description classProofEncryptionImplMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return ProofEncryption Modifier and Type Method Description ProofEncryptionRequestSecurityTokenImpl. getProofEncryption()ProofEncryptionRequestSecurityTokenResponseImpl. getProofEncryption()ProofEncryptionSecondaryParametersImpl. getProofEncryption()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type ProofEncryption Modifier and Type Method Description voidRequestSecurityTokenImpl. setProofEncryption(ProofEncryption proofEncryption)voidRequestSecurityTokenResponseImpl. setProofEncryption(ProofEncryption proofEncryption)voidSecondaryParametersImpl. setProofEncryption(ProofEncryption proofEncryption)
-