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.