Package org.bouncycastle.crypto.fips
Class FipsSHS.KeyGenerator
java.lang.Object
org.bouncycastle.crypto.fips.FipsSymmetricKeyGenerator
org.bouncycastle.crypto.fips.FipsSHS.KeyGenerator
- All Implemented Interfaces:
SymmetricKeyGenerator
- Enclosing class:
- FipsSHS
HMAC key generator
-
Constructor Summary
ConstructorsConstructorDescriptionKeyGenerator
(FipsAlgorithm algorithm, int keySizeInBits, SecureRandom random) -
Method Summary
Modifier and TypeMethodDescriptionReturn a newly generated symmetric key.
-
Constructor Details
-
KeyGenerator
-
-
Method Details
-
generateKey
Description copied from interface:SymmetricKeyGenerator
Return a newly generated symmetric key.- Returns:
- a new symmetric key.
-