| Package | Description |
|---|---|
| com.sun.xml.wss.core | |
| com.sun.xml.wss.impl.dsig | |
| com.sun.xml.wss.impl.keyinfo |
| Modifier and Type | Method and Description |
|---|---|
SecurityTokenReference |
DerivedKeyTokenHeaderBlock.getDerivedKeyElement() |
SecurityTokenReference |
KeyInfoHeaderBlock.getSecurityTokenReference(int index)
Method getSecurityTokenReference
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyInfoHeaderBlock.addSecurityTokenReference(SecurityTokenReference reference)
Method addSecurityTokenReference
|
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
KeyInfo |
WSSPolicyConsumerImpl.constructKeyInfo(MLSPolicy signaturePolicy,
SecurityTokenReference reference) |
static SOAPElement |
SignatureProcessor.insertSCT(FilterProcessingContext context,
SecureConversationTokenKeyBinding sctBinding,
SecurityTokenReference secTokenRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectReferenceStrategy.insertKey(SecurityTokenReference tokenRef,
SecurableSoapMessage secureMsg) |
void |
BinarySecretStrategy.insertKey(SecurityTokenReference tokenRef,
SecurableSoapMessage secureMsg) |
void |
KeyNameStrategy.insertKey(SecurityTokenReference tokenRef,
SecurableSoapMessage secureMsg) |
abstract void |
KeyInfoStrategy.insertKey(SecurityTokenReference tokenRef,
SecurableSoapMessage secureMsg)
insert the Key Information into a SecurityTokenReference using the
appropriate scheme
|
void |
X509IssuerSerialStrategy.insertKey(SecurityTokenReference tokenRef,
SecurableSoapMessage secureMsg) |
void |
KeyIdentifierStrategy.insertKey(SecurityTokenReference tokenRef,
SecurableSoapMessage secureMsg) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.