| Package | Description |
|---|---|
| com.sun.xml.wss | |
| com.sun.xml.wss.core | |
| com.sun.xml.wss.impl | |
| com.sun.xml.wss.impl.dsig | |
| com.sun.xml.wss.impl.keyinfo | |
| com.sun.xml.wss.impl.misc |
| Modifier and Type | Field and Description |
|---|---|
protected SecurableSoapMessage |
ProcessingContext.secureMessage |
| Modifier and Type | Method and Description |
|---|---|
protected SecurableSoapMessage |
ProcessingContext.getSecureMessage() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProcessingContext.setSecureMessage(SecurableSoapMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptedHeaderBlock.copyAttributes(SecurableSoapMessage secureMsg,
SecurityHeader _secHeader) |
| Modifier and Type | Method and Description |
|---|---|
SecurableSoapMessage |
ProcessingContextImpl.getSecurableSoapMessage() |
SecurableSoapMessage |
FilterProcessingContext.getSecurableSoapMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
WSSPolicyConsumerImpl.constructSignaturePolicy(SignedInfo signedInfo,
SignaturePolicy policy,
SecurableSoapMessage secMsg) |
List |
WSSPolicyConsumerImpl.generateReferenceList(List targetList,
SecurableSoapMessage secureMessage,
FilterProcessingContext fpContext,
boolean verify,
boolean isEndorsing) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectReferenceStrategy.insertKey(KeyInfoHeaderBlock keyInfo,
SecurableSoapMessage secureMsg,
String x509TokenId) |
void |
BinarySecretStrategy.insertKey(KeyInfoHeaderBlock keyInfo,
SecurableSoapMessage secureMsg,
String x509TokenId) |
void |
KeyNameStrategy.insertKey(KeyInfoHeaderBlock keyInfo,
SecurableSoapMessage secureMsg,
String x509TokenId) |
abstract void |
KeyInfoStrategy.insertKey(KeyInfoHeaderBlock keyInfo,
SecurableSoapMessage secureMsg,
String x509TokenId)
insert the Key Information into a ds:KeyInfo using the
appropriate scheme
|
void |
X509IssuerSerialStrategy.insertKey(KeyInfoHeaderBlock keyInfo,
SecurableSoapMessage secureMsg,
String x509TokenId) |
void |
KeyIdentifierStrategy.insertKey(KeyInfoHeaderBlock keyInfo,
SecurableSoapMessage secureMsg,
String x509TokenId) |
void |
DirectReferenceStrategy.insertKey(KeyInfoHeaderBlock keyInfo,
SecurableSoapMessage secureMsg,
String x509TokenId,
String valueType) |
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) |
| Modifier and Type | Method and Description |
|---|---|
static Key |
KeyResolver.resolveKeyValue(SecurableSoapMessage secureMsg,
org.apache.xml.security.keys.content.KeyValue keyValue,
boolean sig,
FilterProcessingContext context) |
static Key |
KeyResolver.resolveSamlAssertion(SecurableSoapMessage secureMsg,
Element samlAssertion,
boolean sig,
FilterProcessingContext context,
String assertionID) |
static Key |
KeyResolver.resolveX509Data(SecurableSoapMessage secureMsg,
org.apache.xml.security.keys.content.X509Data x509Data,
boolean sig,
FilterProcessingContext context) |
static Key |
KeyResolver.resolveX509Token(SecurableSoapMessage secureMsg,
X509SecurityToken token,
boolean sig,
FilterProcessingContext context) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.