|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyInfoHeaderBlock | |
|---|---|
| com.sun.xml.wss.core | |
| com.sun.xml.wss.impl.keyinfo | |
| com.sun.xml.wss.impl.misc | |
| Uses of KeyInfoHeaderBlock in com.sun.xml.wss.core |
|---|
| Methods in com.sun.xml.wss.core that return KeyInfoHeaderBlock | |
|---|---|
KeyInfoHeaderBlock |
EncryptedDataImpl.getKeyInfo()
|
KeyInfoHeaderBlock |
EncryptedKeyToken.getKeyInfo()
|
KeyInfoHeaderBlock |
EncryptedTypeHeaderBlock.getKeyInfo()
|
KeyInfoHeaderBlock |
SignatureHeaderBlock.getKeyInfoHeaderBlock()
Returns the KeyInfo as a HeaderBlock. |
| Methods in com.sun.xml.wss.core with parameters of type KeyInfoHeaderBlock | |
|---|---|
void |
EncryptedDataImpl.setKeyInfo(KeyInfoHeaderBlock keyInfo)
|
void |
EncryptedTypeHeaderBlock.setKeyInfo(KeyInfoHeaderBlock keyInfo)
|
| Uses of KeyInfoHeaderBlock in com.sun.xml.wss.impl.keyinfo |
|---|
| Methods in com.sun.xml.wss.impl.keyinfo with parameters of type KeyInfoHeaderBlock | |
|---|---|
void |
BinarySecretStrategy.insertKey(KeyInfoHeaderBlock keyInfo,
SecurableSoapMessage secureMsg,
String x509TokenId)
|
void |
DirectReferenceStrategy.insertKey(KeyInfoHeaderBlock keyInfo,
SecurableSoapMessage secureMsg,
String x509TokenId)
|
void |
KeyIdentifierStrategy.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 |
KeyNameStrategy.insertKey(KeyInfoHeaderBlock keyInfo,
SecurableSoapMessage secureMsg,
String x509TokenId)
|
void |
X509IssuerSerialStrategy.insertKey(KeyInfoHeaderBlock keyInfo,
SecurableSoapMessage secureMsg,
String x509TokenId)
|
void |
DirectReferenceStrategy.insertKey(KeyInfoHeaderBlock keyInfo,
SecurableSoapMessage secureMsg,
String x509TokenId,
String valueType)
|
| Uses of KeyInfoHeaderBlock in com.sun.xml.wss.impl.misc |
|---|
| Methods in com.sun.xml.wss.impl.misc with parameters of type KeyInfoHeaderBlock | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||