Uses of Class
com.sun.xml.ws.security.opt.impl.keyinfo.SecurityTokenReference
-
Packages that use SecurityTokenReference Package Description 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 Modifier and Type Method Description protected SecurityTokenReferenceTokenBuilder. buildSTR(Reference ref)creates a new SecurityTokenReference with the reference element providedprotected SecurityTokenReferenceTokenBuilder. 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 SignaturePolicyMethods in com.sun.xml.ws.security.opt.impl.keyinfo with parameters of type SecurityTokenReference Modifier and Type Method Description protected KeyInfoTokenBuilder. 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 Modifier and Type Method Description SecurityTokenReferenceWSSElementFactory. createSecurityTokenReference()SecurityTokenReferenceWSSElementFactory. createSecurityTokenReference(Reference reference)Create a SecurityTokenReferenceMethods in com.sun.xml.ws.security.opt.impl.util with parameters of type SecurityTokenReference Modifier and Type Method Description DerivedKeyWSSElementFactory. createDerivedKey(String id, String algo, byte[] nonce, long offset, long length, String label, SecurityTokenReference str, String spVersion)KeyInfoWSSElementFactory. createKeyInfo(SecurityTokenReference str)
-