Interface | Description |
---|---|
KeyDerivationParameterSpec |
Interface for KeyDerivationParameterSpecs.
|
Class | Description |
---|---|
HashBasedGenerationFunction |
This is a helper class (and therefore shall not be used standalone by
an application) for engines that produce an arbitrary long
bit string by concatenating outputs of cryptographic hash functions
in a specific way.
|
HKDF |
This class implements the HKDF key derivation function
as specified by RFC 5869.
|
HKDF.HKDFwithSHA1 |
HKDF key derivation function using HmacSHA1.
|
HKDF.HKDFwithSHA224 |
HKDF key derivation function using HmacSHA224.
|
HKDF.HKDFwithSHA256 |
HKDF key derivation function using HmacSHA256.
|
HKDF.HKDFwithSHA384 |
HKDF key derivation function using HmacSHA384.
|
HKDF.HKDFwithSHA512 |
HKDF key derivation function using HmacSHA512.
|
HKDFExpandOnlyParameterSpec |
AlgorithmParameterSpec for the
HKDF key derivation function. |
HKDFParameterSpec |
AlgorithmParameterSpec for the
HKDF key derivation function. |
KDF1 |
This class implements the Key Derivation Function (KDF) 1, defined in
ISO/IEC 18033-2.
|
KDF1AlgorithmParameters |
This class represents the Algorithm Parameters of the KDF1.
|
KDF1ParameterSpec |
Algorithm parameter specification for the KDF1
Key Derivation Function (KDF).
|
KDF2 |
This class implements the Key Derivation Function (KDF) 2, defined in
ISO/IEC 18033-2.
|
KDF2AlgorithmParameters |
This class represents the Algorithm Parameters of the KDF2.
|
KDF2ParameterSpec |
Algorithm parameter specification for the KDF2
Key Derivation Function (KDF).
|
KDF3 |
This class implements the Key Derivation Function (KDF) 3, defined in
ANSI X9.44.
|
KDF3AlgorithmParameters |
This class represents the Algorithm Parameters of the KDF3.
|
KDF3ParameterSpec |
Algorithm parameter specification for the KDF3
Key Derivation Function (KDF).
|