Package javax.xml.crypto.enc.keyinfo
Classes for parsing and processing
KeyInfo
elements and structures.
See:
Interface Summary
Interface | Description |
---|---|
AgreementMethod | Represents the AgreementMethod element. |
DHKeyValue | A representation of XML DHKeyValue element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing. |
EncryptedKey | Represents the EncryptedKey element. |
Package javax.xml.crypto.enc.keyinfo Description
Classes for parsing and processing
KeyInfo
elements and structures. KeyInfo
is an optional element
that enables the recipient(s) to obtain the key needed to decrypt
CipherData
. This package contains
classes representing types defined in the W3C specification for XML Encryption,
such as
EncryptedKey
and
AgreementMethod
.