Package org.bouncycastle.crypto.fips
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.bouncycastle.crypto.KeyWrapper
getParameters, wrap
Methods inherited from interface org.bouncycastle.crypto.KeyWrapperUsingSecureRandom
withSecureRandom