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 ProofEncryption
WSTrustElementBase. 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 void
WSTrustElementBase. 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 class
ProofEncryptionImpl
Methods in com.sun.xml.ws.security.trust.impl.elements that return ProofEncryption Modifier and Type Method Description ProofEncryption
RequestSecurityTokenImpl. getProofEncryption()
ProofEncryption
RequestSecurityTokenResponseImpl. getProofEncryption()
Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type ProofEncryption Modifier and Type Method Description void
RequestSecurityTokenImpl. setProofEncryption(ProofEncryption proofEncryption)
void
RequestSecurityTokenResponseImpl. 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 class
ProofEncryptionImpl
Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return ProofEncryption Modifier and Type Method Description ProofEncryption
RequestSecurityTokenImpl. getProofEncryption()
ProofEncryption
RequestSecurityTokenResponseImpl. getProofEncryption()
ProofEncryption
SecondaryParametersImpl. getProofEncryption()
Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type ProofEncryption Modifier and Type Method Description void
RequestSecurityTokenImpl. setProofEncryption(ProofEncryption proofEncryption)
void
RequestSecurityTokenResponseImpl. setProofEncryption(ProofEncryption proofEncryption)
void
SecondaryParametersImpl. setProofEncryption(ProofEncryption proofEncryption)
-