Class FipsKeyWrapperUsingSecureRandom<T extends Parameters>
java.lang.Object
org.bouncycastle.crypto.fips.FipsKeyWrapper<T>
org.bouncycastle.crypto.fips.FipsKeyWrapperUsingSecureRandom<T>
- Type Parameters:
T- the parameters type associated with the final implementation of this key wrapper.
- All Implemented Interfaces:
KeyWrapper<T>, KeyWrapperUsingSecureRandom<T>, OperatorUsingSecureRandom<KeyWrapperUsingSecureRandom<T>>
public abstract class FipsKeyWrapperUsingSecureRandom<T extends Parameters>
extends FipsKeyWrapper<T>
implements KeyWrapperUsingSecureRandom<T>
Base class for the approved mode KeyWrapper implementations which need a SecureRandom.
-
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface KeyWrapper
getParameters, wrapMethods inherited from interface KeyWrapperUsingSecureRandom
withSecureRandom