Uses of Interface
com.sun.xml.ws.security.trust.elements.ProofEncryption
Packages that use ProofEncryption
Package
Description
-
Uses of ProofEncryption in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return ProofEncryptionModifier and TypeMethodDescriptionWSTrustElementBase.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 ProofEncryptionModifier and TypeMethodDescriptionvoidWSTrustElementBase.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 ProofEncryptionMethods in com.sun.xml.ws.security.trust.impl.elements that return ProofEncryptionModifier and TypeMethodDescriptionRequestSecurityTokenImpl.getProofEncryption()RequestSecurityTokenResponseImpl.getProofEncryption()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type ProofEncryptionModifier and TypeMethodDescriptionfinal voidRequestSecurityTokenImpl.setProofEncryption(ProofEncryption proofEncryption) final 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 ProofEncryptionMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return ProofEncryptionModifier and TypeMethodDescriptionRequestSecurityTokenImpl.getProofEncryption()RequestSecurityTokenResponseImpl.getProofEncryption()SecondaryParametersImpl.getProofEncryption()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type ProofEncryptionModifier and TypeMethodDescriptionvoidRequestSecurityTokenImpl.setProofEncryption(ProofEncryption proofEncryption) voidRequestSecurityTokenResponseImpl.setProofEncryption(ProofEncryption proofEncryption) voidSecondaryParametersImpl.setProofEncryption(ProofEncryption proofEncryption)