Package org.apache.xml.security.encryption.keys.content.derivedKey


package org.apache.xml.security.encryption.keys.content.derivedKey
  • Class
    Description
    Key DerivationAlgorithm implementation, defined in Section 5.8.1 of NIST SP 800-56A [SP800-56A], and is equivalent to the KDF3 function defined in ANSI X9.44-2007 [ANSI-X9-44-2007] when the contents of the OtherInfo parameter is structured as in NIST SP 800-56A.
    Class ConcatKDFParamsImpl is an DOM representation of the ConcatKDFParams.
    The DerivationAlgorithm is the base interface for all key derivation algorithms implementation.
    The implementation of the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869.
    Class HKDFParamsImpl is an DOM representation of the HKDF Parameters.
    Marker interface for all KDFParams implementations.
    Class KeyDerivationMethodImpl is an DOM implementation of the KeyDerivationMethod.