Modifier and Type | Class and Description |
---|---|
class |
DHKEKGenerator
RFC 2631 Diffie-hellman KEK derivation function.
|
class |
ECDHKEKGenerator
X9.63 based key derivation function for ECDH CMS.
|
Constructor and Description |
---|
IESEngine(BasicAgreement agree,
DerivationFunction kdf,
Mac mac)
set up for use with stream mode, where the key derivation function
is used to provide a stream of bytes to xor with the message.
|
IESEngine(BasicAgreement agree,
DerivationFunction kdf,
Mac mac,
BufferedBlockCipher cipher)
set up for use in conjunction with a block cipher to handle the
message.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseKDFBytesGenerator
Basic KDF generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033
This implementation is based on ISO 18033/P1363a. |
class |
KDF1BytesGenerator
KDF1 generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033
This implementation is based on ISO 18033/IEEE P1363a. |
class |
KDF2BytesGenerator
KFD2 generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033
This implementation is based on IEEE P1363/ISO 18033. |
class |
MGF1BytesGenerator
Generator for MGF1 as defined in PKCS 1v2
|
Modifier and Type | Class and Description |
---|---|
class |
BrokenKDF2BytesGenerator
Generator for PBE derived keys and ivs as defined by IEEE P1363a
This implementation is based on draft 9 of IEEE P1363a. |
Constructor and Description |
---|
KeyAgreement(String kaAlgorithm,
BasicAgreement agreement,
DerivationFunction kdf) |
Copyright © 2015. All rights reserved.