| Modifier and Type | Field and Description |
|---|---|
protected KeyInfoType |
SignatureType.keyInfo |
| Modifier and Type | Method and Description |
|---|---|
KeyInfoType |
SignatureType.getKeyInfo()
Gets the value of the keyInfo property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignatureType.setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property.
|
| Modifier and Type | Field and Description |
|---|---|
protected KeyInfoType |
EncryptedType.keyInfo |
protected KeyInfoType |
AgreementMethodType.AggrementMethod.originatorKeyInfo |
protected KeyInfoType |
AgreementMethodType.AggrementMethod.recipientKeyInfo |
| Modifier and Type | Method and Description |
|---|---|
KeyInfoType |
EncryptedType.getKeyInfo()
Gets the value of the keyInfo property.
|
KeyInfoType |
AgreementMethodType.AggrementMethod.getOriginatorKeyInfo() |
KeyInfoType |
AgreementMethodType.AggrementMethod.getRecipientKeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptedType.setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property.
|
| Constructor and Description |
|---|
AggrementMethod(byte[] kANonce,
KeyInfoType originatorKeyInfo,
KeyInfoType recipientKeyInfo) |
| Modifier and Type | Method and Description |
|---|---|
static KeyInfoType |
SAMLParserUtil.parseKeyInfo(XMLEventReader xmlEventReader) |
static KeyInfoType |
SAML11ParserUtil.parseKeyInfo(XMLEventReader xmlEventReader) |
| Modifier and Type | Method and Description |
|---|---|
static KeyInfoConfirmationDataType |
SAMLAssertionFactory.createKeyInfoConfirmation(KeyInfoType keyInfo)
Creates a
KeyInfoConfirmationDataType with the specified KeyInfoType. |
| Modifier and Type | Method and Description |
|---|---|
static void |
StaxWriterUtil.writeKeyInfo(XMLStreamWriter writer,
KeyInfoType keyInfo)
Write the
KeyInfoType |
Copyright © 2016 JBoss by Red Hat. All rights reserved.