Package org.bouncycastle.crypto.fips
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 java.lang.Object implements KeyWrapper<T>
Base class for the approved mode KeyWrapper implementations.
-
-
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
-
-