Uses of Interface
com.sun.xml.ws.security.trust.elements.UseKey

Packages that use UseKey
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.elements   
com.sun.xml.ws.security.trust.impl   
com.sun.xml.ws.security.trust.impl.elements   
com.sun.xml.ws.security.trust.impl.wssx   
com.sun.xml.ws.security.trust.impl.wssx.elements   
 

Uses of UseKey in com.sun.xml.ws.security.trust
 

Methods in com.sun.xml.ws.security.trust that return UseKey
abstract  UseKey WSTrustElementFactory.createUseKey(com.sun.xml.ws.security.Token token, java.lang.String sig)
           
 

Uses of UseKey in com.sun.xml.ws.security.trust.elements
 

Methods in com.sun.xml.ws.security.trust.elements that return UseKey
 UseKey WSTrustElementBase.getUseKey()
          Get the desired useKey settings for the token if specified, null otherwise
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type UseKey
 void WSTrustElementBase.setUseKey(UseKey useKey)
          Set the desired useKey settings for the requested token
 

Uses of UseKey in com.sun.xml.ws.security.trust.impl
 

Methods in com.sun.xml.ws.security.trust.impl that return UseKey
 UseKey WSTrustElementFactoryImpl.createUseKey(com.sun.xml.ws.security.Token token, java.lang.String sig)
           
 

Uses of UseKey in com.sun.xml.ws.security.trust.impl.elements
 

Classes in com.sun.xml.ws.security.trust.impl.elements that implement UseKey
 class UseKeyImpl
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements that return UseKey
 UseKey RequestSecurityTokenImpl.getUseKey()
           
 UseKey RequestSecurityTokenResponseImpl.getUseKey()
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type UseKey
 void RequestSecurityTokenImpl.setUseKey(UseKey useKey)
           
 void RequestSecurityTokenResponseImpl.setUseKey(UseKey useKey)
           
 

Uses of UseKey in com.sun.xml.ws.security.trust.impl.wssx
 

Methods in com.sun.xml.ws.security.trust.impl.wssx that return UseKey
 UseKey WSTrustElementFactoryImpl.createUseKey(com.sun.xml.ws.security.Token token, java.lang.String sig)
           
 

Uses of UseKey in com.sun.xml.ws.security.trust.impl.wssx.elements
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return UseKey
 UseKey RequestSecurityTokenImpl.getUseKey()
           
 UseKey RequestSecurityTokenResponseImpl.getUseKey()
           
 UseKey SecondaryParametersImpl.getUseKey()
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type UseKey
 void RequestSecurityTokenImpl.setUseKey(UseKey useKey)
           
 void RequestSecurityTokenResponseImpl.setUseKey(UseKey useKey)
           
 void SecondaryParametersImpl.setUseKey(UseKey useKey)