Package org.bouncycastle.crypto.fips
Class FipsKeyUnwrapperUsingSecureRandom<T extends Parameters>
java.lang.Object
org.bouncycastle.crypto.fips.FipsKeyUnwrapper<T>
org.bouncycastle.crypto.fips.FipsKeyUnwrapperUsingSecureRandom<T>
- Type Parameters:
T
- the parameters type associated with the final implementation of this key unwrapper.
- All Implemented Interfaces:
KeyUnwrapper<T>
,KeyUnwrapperUsingSecureRandom<T>
,OperatorUsingSecureRandom<KeyUnwrapperUsingSecureRandom<T>>
public abstract class FipsKeyUnwrapperUsingSecureRandom<T extends Parameters>
extends FipsKeyUnwrapper<T>
implements KeyUnwrapperUsingSecureRandom<T>
Base class for the approved mode KeyUnwrapper implementations which need a SecureRandom.
-
Method Summary
Methods inherited from class org.bouncycastle.crypto.fips.FipsKeyUnwrapper
unwrap
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.KeyUnwrapper
getParameters, unwrap
Methods inherited from interface org.bouncycastle.crypto.KeyUnwrapperUsingSecureRandom
withSecureRandom