Package javax.xml.crypto.enc.spec


Parameter classes for XML Encryption.
See:
Description

Interface Summary

Interface Description
AgreementMethodParameterSpec A specification of algorithm parameters for an XML AgreementMethod algorithm.
EncryptionMethodParameterSpec A specification of algorithm parameters for a EncryptionMethod algorithm.

Class Summary

Class Description
DHAgreementMethodParameterSpec Algorithm parameters for XML Diffie-Hellman key agreement algorithm.
RSAOAEPParameterSpec Parameters for the XML Encryption RSA-OAEP algorithm.

Package javax.xml.crypto.enc.spec Description

Parameter classes for XML Encryption. This package contains interfaces and classes representing input parameters for the encryption algorithms used in the processing of XML encrypted data.

Package Specification