Package org.bouncycastle.crypto.fips
Class FipsEncapsulatingSecretGenerator<T extends FipsParameters>
- java.lang.Object
-
- org.bouncycastle.crypto.fips.FipsEncapsulatingSecretGenerator<T>
-
- Type Parameters:
T
- the parameters type associated with the final implementation of this generator.
- All Implemented Interfaces:
EncapsulatingSecretGenerator<T>
,OperatorUsingSecureRandom<EncapsulatingSecretGenerator<T>>
public abstract class FipsEncapsulatingSecretGenerator<T extends FipsParameters> extends java.lang.Object implements EncapsulatingSecretGenerator<T>
Base class for the approved mode EncapsulatingSecretGenerator 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.EncapsulatingSecretGenerator
generate, getParameters, withSecureRandom
-
-