| Package | Description |
|---|---|
| com.sun.xml.wss.core | |
| com.sun.xml.wss.impl.keyinfo | |
| com.sun.xml.wss.impl.misc |
| Modifier and Type | Method and Description |
|---|---|
KeyInfoHeaderBlock |
EncryptedTypeHeaderBlock.getKeyInfo() |
KeyInfoHeaderBlock |
EncryptedKeyToken.getKeyInfo() |
KeyInfoHeaderBlock |
EncryptedDataImpl.getKeyInfo() |
KeyInfoHeaderBlock |
SignatureHeaderBlock.getKeyInfoHeaderBlock()
Returns the KeyInfo as a HeaderBlock.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptedTypeHeaderBlock.setKeyInfo(KeyInfoHeaderBlock keyInfo) |
void |
EncryptedDataImpl.setKeyInfo(KeyInfoHeaderBlock keyInfo) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static Key |
KeyResolver.getKey(KeyInfoHeaderBlock keyInfo,
boolean sig,
FilterProcessingContext context)
If a SecurityTokenReference is present inside the KeyInfo,
the return value is an instance of PrivateKey (if sig is false) or
PublicKey (if sig is true).
|
static Key |
KeyResolver.processSecurityTokenReference(KeyInfoHeaderBlock keyInfo,
boolean sig,
FilterProcessingContext context) |
static Key |
KeyResolver.processSTR(KeyInfoHeaderBlock keyInfo,
boolean sig,
FilterProcessingContext context) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.