Class FipsKeyWrapper<T extends Parameters>

java.lang.Object
org.bouncycastle.crypto.fips.FipsKeyWrapper<T>
Type Parameters:
T - the parameters type associated with the final implementation of this key wrapper.
All Implemented Interfaces:
KeyWrapper<T>
Direct Known Subclasses:
FipsKeyWrapperUsingSecureRandom

public abstract class FipsKeyWrapper<T extends Parameters> extends Object implements KeyWrapper<T>
Base class for the approved mode KeyWrapper implementations.