Uses of Class
com.sun.xml.wss.core.SecurityTokenReference
Packages that use SecurityTokenReference
-
Uses of SecurityTokenReference in com.sun.xml.wss.core
Methods in com.sun.xml.wss.core that return SecurityTokenReferenceModifier and TypeMethodDescriptionDerivedKeyTokenHeaderBlock.getDerivedKeyElement()KeyInfoHeaderBlock.getSecurityTokenReference(int index) Method getSecurityTokenReferenceMethods in com.sun.xml.wss.core with parameters of type SecurityTokenReferenceModifier and TypeMethodDescriptionvoidKeyInfoHeaderBlock.addSecurityTokenReference(SecurityTokenReference reference) Method addSecurityTokenReferenceConstructors in com.sun.xml.wss.core with parameters of type SecurityTokenReferenceModifierConstructorDescriptionDerivedKeyTokenHeaderBlock(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 SecurityTokenReferenceModifier and TypeMethodDescriptionWSSPolicyConsumerImpl.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 SecurityTokenReferenceModifier and TypeMethodDescriptionvoidBinarySecretStrategy.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)