Uses of Class
com.sun.xml.wss.core.SecurityTokenReference
-
Packages that use SecurityTokenReference Package Description com.sun.xml.wss.core com.sun.xml.wss.impl.dsig com.sun.xml.wss.impl.keyinfo -
-
Uses of SecurityTokenReference in com.sun.xml.wss.core
Methods in com.sun.xml.wss.core that return SecurityTokenReference Modifier and Type Method Description SecurityTokenReferenceDerivedKeyTokenHeaderBlock. getDerivedKeyElement()SecurityTokenReferenceKeyInfoHeaderBlock. getSecurityTokenReference(int index)Method getSecurityTokenReferenceMethods in com.sun.xml.wss.core with parameters of type SecurityTokenReference Modifier and Type Method Description voidKeyInfoHeaderBlock. addSecurityTokenReference(SecurityTokenReference reference)Method addSecurityTokenReferenceConstructors in com.sun.xml.wss.core with parameters of type SecurityTokenReference Constructor Description DerivedKeyTokenHeaderBlock(Document contextDocument, SecurityTokenReference securityTokenRefElement, String wsuId)DerivedKeyTokenHeaderBlock(Document contextDocument, SecurityTokenReference securityTokenRefElement, String nonce, long offset, long length, String wsuId)DerivedKeyTokenHeaderBlock(Document contextDocument, SecurityTokenReference securityTokenRefElement, String nonce, long offset, long length, String wsuId, String label)DerivedKeyTokenHeaderBlock(Document contextDocument, SecurityTokenReference securityTokenRefElement, String nonce, long generation, String wsuId)DerivedKeyTokenHeaderBlock(Document contextDocument, SecurityTokenReference securityTokenRefElement, String nonce, String wsuId) -
Uses of SecurityTokenReference in com.sun.xml.wss.impl.dsig
Methods in com.sun.xml.wss.impl.dsig with parameters of type SecurityTokenReference Modifier and Type Method Description KeyInfoWSSPolicyConsumerImpl. constructKeyInfo(MLSPolicy signaturePolicy, SecurityTokenReference reference)static jakarta.xml.soap.SOAPElementSignatureProcessor. insertSCT(FilterProcessingContext context, SecureConversationTokenKeyBinding sctBinding, SecurityTokenReference secTokenRef) -
Uses of SecurityTokenReference in com.sun.xml.wss.impl.keyinfo
Methods in com.sun.xml.wss.impl.keyinfo with parameters of type SecurityTokenReference Modifier and Type Method Description voidBinarySecretStrategy. insertKey(SecurityTokenReference tokenRef, SecurableSoapMessage secureMsg)voidDirectReferenceStrategy. insertKey(SecurityTokenReference tokenRef, SecurableSoapMessage secureMsg)voidKeyIdentifierStrategy. insertKey(SecurityTokenReference tokenRef, SecurableSoapMessage secureMsg)abstract voidKeyInfoStrategy. insertKey(SecurityTokenReference tokenRef, SecurableSoapMessage secureMsg)insert the Key Information into a SecurityTokenReference using the appropriate schemevoidKeyNameStrategy. insertKey(SecurityTokenReference tokenRef, SecurableSoapMessage secureMsg)voidX509IssuerSerialStrategy. insertKey(SecurityTokenReference tokenRef, SecurableSoapMessage secureMsg)
-