| Package | Description |
|---|---|
| org.keycloak.dom.xmlsec.w3.xmldsig | |
| org.keycloak.dom.xmlsec.w3.xmlenc |
| 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) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.