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 java.lang.Object implements SymmetricKeyGenerator<T>
Base class for the FIPS approved mode SymmetricKeyGenerator implementations.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bouncycastle.crypto.SymmetricKeyGenerator
generateKey
-
-