Package org.jose4j.jwe.kdf


package org.jose4j.jwe.kdf
  • Class
    Description
     
    An implementation of Concatenation Key Derivation Function (aka Concat KDF or ConcatKDF) from Section 5.8.1 of National Institute of Standards and Technology (NIST), "Recommendation for Pair-Wise Key Establishment Schemes Using Discrete Logarithm Cryptography", NIST Special Publication 800-56A, Revision 2, May 2013.
     
    An implementation of PBKDF2 from RFC 2898 using HMAC as the underlying pseudorandom function.