Package org.bouncycastle.crypto.fips
Class FipsSymmetricKeyGenerator<T extends SymmetricSecretKey>
java.lang.Object
org.bouncycastle.crypto.fips.FipsSymmetricKeyGenerator<T>
- Type Parameters:
T
- the parameters type associated with the final implementation of this generator.
- All Implemented Interfaces:
SymmetricKeyGenerator<T>
- Direct Known Subclasses:
FipsAES.KeyGenerator
,FipsSHS.KeyGenerator
,FipsTripleDES.KeyGenerator
public abstract class FipsSymmetricKeyGenerator<T extends SymmetricSecretKey>
extends Object
implements SymmetricKeyGenerator<T>
Base class for the FIPS approved mode SymmetricKeyGenerator implementations.