Uses of Class
com.sun.xml.ws.security.opt.impl.keyinfo.SecurityTokenReference

Packages that use SecurityTokenReference
com.sun.xml.ws.security.opt.impl.keyinfo   
com.sun.xml.ws.security.opt.impl.util   
 

Uses of SecurityTokenReference in com.sun.xml.ws.security.opt.impl.keyinfo
 

Methods in com.sun.xml.ws.security.opt.impl.keyinfo that return SecurityTokenReference
protected  SecurityTokenReference TokenBuilder.buildSTR(Reference ref)
          creates a new SecurityTokenReference with the reference element provided
protected  SecurityTokenReference TokenBuilder.buildSTR(String strId, Reference ref)
          creates a new SecurityTokenReference with the reference element provided sets the id provided in the SecurityTokenReference if the security policy is a SignaturePolicy
 

Methods in com.sun.xml.ws.security.opt.impl.keyinfo with parameters of type SecurityTokenReference
protected  KeyInfo TokenBuilder.buildKeyInfo(SecurityTokenReference str)
          creates key info with the SecurityTokenReference provided
 

Uses of SecurityTokenReference in com.sun.xml.ws.security.opt.impl.util
 

Methods in com.sun.xml.ws.security.opt.impl.util that return SecurityTokenReference
 SecurityTokenReference WSSElementFactory.createSecurityTokenReference()
           
 SecurityTokenReference WSSElementFactory.createSecurityTokenReference(Reference reference)
          Create a SecurityTokenReference
 

Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type SecurityTokenReference
 DerivedKey WSSElementFactory.createDerivedKey(String id, String algo, byte[] nonce, long offset, long length, String label, SecurityTokenReference str, String spVersion)
           
 KeyInfo WSSElementFactory.createKeyInfo(SecurityTokenReference str)
           
 



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