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 |
Modifier and Type | Method and Description |
---|---|
static KeyInfoType |
WSTrustUtil.createKeyInfo(byte[] secret,
PublicKey encryptionKey,
URI keyWrapAlgo)
Creates a
KeyInfoType that wraps the specified secret. |
static KeyInfoType |
WSTrustUtil.createKeyInfo(byte[] secret,
PublicKey encryptionKey,
URI keyWrapAlgo,
X509Certificate cer)
Creates a
KeyInfoType that wraps the specified secret. |
static KeyInfoType |
WSTrustUtil.createKeyInfo(Certificate certificate)
Creates a
KeyInfoType that wraps the specified certificate. |
KeyInfoType |
WSTrustRequestContext.getProofTokenInfo()
Obtains the
KeyInfoType that contains the proof-of-possession token. |
Modifier and Type | Method and Description |
---|---|
void |
WSTrustRequestContext.setProofTokenInfo(KeyInfoType proofTokenInfo)
Sets the
KeyInfoType that contains the proof-of-possession token. |
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 |
---|
AgreementMethodType.AggrementMethod(byte[] kANonce,
KeyInfoType originatorKeyInfo,
KeyInfoType recipientKeyInfo) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.