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   
 

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(Token token, 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
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.