| Package | Description |
|---|---|
| org.apache.xml.security.encryption | |
| org.apache.xml.security.encryption.keys | |
| org.apache.xml.security.signature |
| Modifier and Type | Method and Description |
|---|---|
KeyInfo |
EncryptedType.getKeyInfo()
Returns the
ds:KeyInfo, that carries information about the
key used to encrypt the data. |
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptedType.setKeyInfo(KeyInfo info)
Sets the encryption key information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyInfoEnc
This class is the extension of the
KeyInfo class. |
class |
OriginatorKeyInfo
The OriginatorKeyInfo element is used in the
ds:KeyInfo with AgreementMethod elements. |
class |
RecipientKeyInfo
The RecipientKeyInfo element is used in the
ds:KeyInfo with AgreementMethod elements. |
| Modifier and Type | Method and Description |
|---|---|
KeyInfo |
XMLSignature.getKeyInfo()
Returns the KeyInfo child.
|
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.