Class KDF1BytesGenerator
java.lang.Object
org.bouncycastle.crypto.generators.BaseKDFBytesGenerator
org.bouncycastle.crypto.generators.KDF1BytesGenerator
- All Implemented Interfaces:
DerivationFunction
,DigestDerivationFunction
KDF1 generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033
This implementation is based on ISO 18033/IEEE P1363a.
This implementation is based on ISO 18033/IEEE P1363a.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.bouncycastle.crypto.generators.BaseKDFBytesGenerator
generateBytes, getDigest, init
-
Constructor Details
-
KDF1BytesGenerator
Construct a KDF1 byte generator.- Parameters:
digest
- the digest to be used as the source of derived keys.
-