| Modifier and Type | Field and Description |
|---|---|
protected KeyInfo |
SignatureType.keyInfo |
| Modifier and Type | Method and Description |
|---|---|
KeyInfo |
ObjectFactory.createKeyInfo()
Create an instance of
KeyInfo |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<KeyInfo> |
ObjectFactory.createKeyInfo(KeyInfo value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<KeyInfo> |
ObjectFactory.createKeyInfo(KeyInfo value)
|
void |
SignatureType.setKeyInfo(KeyInfo value)
Sets the value of the keyInfo property.
|
| Modifier and Type | Method and Description |
|---|---|
KeyInfo |
BuilderResult.getKeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
BuilderResult.setKeyInfo(KeyInfo keyInfo) |
| Modifier and Type | Method and Description |
|---|---|
KeyInfo |
Signature.getKeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
KeyInfo |
JAXBSignatureFactory.newKeyInfo(String id,
List content)
Creates a KeyInfo with the specified parameters
|
| Modifier and Type | Method and Description |
|---|---|
KeyInfo |
TokenProcessor.getKeyInfo() |
| Modifier and Type | Field and Description |
|---|---|
protected KeyInfo |
TokenBuilder.keyInfo |
| Modifier and Type | Method and Description |
|---|---|
protected KeyInfo |
TokenBuilder.buildKeyInfo(PublicKey pubKey)
builds key value with the public key provided
Uses thid key value to construct key info
|
protected KeyInfo |
TokenBuilder.buildKeyInfo(Reference ref,
String strId)
builds SecurityTokenReference with the reference element provided and with the id.
|
protected KeyInfo |
TokenBuilder.buildKeyInfo(SecurityTokenReference str)
creates key info with the SecurityTokenReference provided
|
protected KeyInfo |
TokenBuilder.buildKIWithKeyName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List |
ETHandler.buildEDList(EncryptionPolicy policy,
Target target,
JAXBFilterProcessingContext context,
Key key,
KeyInfo ki) |
protected SecurityHeaderElement |
ETHandler.handleURI(EncryptionPolicy policy,
Target target,
JAXBFilterProcessingContext context,
Key key,
KeyInfo ki) |
protected SecurityHeaderElement |
ETHandler.toMessageHeader(EncryptionPolicy policy,
Target target,
JAXBFilterProcessingContext context,
Key key,
Object header,
KeyInfo ki,
boolean isEncryptedHeaders) |
| Modifier and Type | Method and Description |
|---|---|
KeyInfo |
WSSElementFactory.createKeyInfo(KeyName name) |
KeyInfo |
WSSElementFactory.createKeyInfo(KeyValue keyValue) |
KeyInfo |
WSSElementFactory.createKeyInfo(SecurityTokenReference str) |
| Modifier and Type | Method and Description |
|---|---|
EncryptedKey |
WSSElementFactory.createEncryptedKey(String id,
String keyEncAlgo,
KeyInfo keyInfo,
Key dkEK,
Key dataEncKey) |
| Modifier and Type | Method and Description |
|---|---|
EncryptedDataType |
SBIssuedSamlTokenContractImpl.createEncryptedData(String id,
String dataEncAlgo,
KeyInfo keyInfo,
boolean contentOnly) |
| Modifier and Type | Method and Description |
|---|---|
abstract SubjectConfirmation |
SAMLAssertionFactory.createSubjectConfirmation(List confirmationMethods,
SubjectConfirmationData scd,
KeyInfo keyInfo) |
abstract SubjectConfirmationData |
SAMLAssertionFactory.createSubjectConfirmationData(String address,
String inResponseTo,
GregorianCalendar notBefore,
GregorianCalendar notOnOrAfter,
String recipient,
KeyInfo keyInfo) |
| Modifier and Type | Method and Description |
|---|---|
SubjectConfirmation |
SAMLAssertion2_2FactoryImpl.createSubjectConfirmation(List confirmationMethods,
SubjectConfirmationData scd,
KeyInfo keyInfo) |
SubjectConfirmation |
SAMLAssertion2_1FactoryImpl.createSubjectConfirmation(List confirmationMethods,
SubjectConfirmationData scd,
KeyInfo keyInfo) |
SubjectConfirmationData |
SAMLAssertion2_2FactoryImpl.createSubjectConfirmationData(String address,
String inResponseTo,
GregorianCalendar notBefore,
GregorianCalendar notOnOrAfter,
String recipient,
KeyInfo keyInfo) |
SubjectConfirmationData |
SAMLAssertion2_1FactoryImpl.createSubjectConfirmationData(String address,
String inResponseTo,
GregorianCalendar notBefore,
GregorianCalendar notOnOrAfter,
String recipient,
KeyInfo keyInfo) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.