Package org.bouncycastle.crypto.fips
Class FipsEncapsulatedSecretExtractor<T extends FipsParameters>
- java.lang.Object
-
- org.bouncycastle.crypto.fips.FipsEncapsulatedSecretExtractor<T>
-
- Type Parameters:
T
- the parameters type associated with the final implementation of this extractor.
- All Implemented Interfaces:
EncapsulatedSecretExtractor<T>
public abstract class FipsEncapsulatedSecretExtractor<T extends FipsParameters> extends java.lang.Object implements EncapsulatedSecretExtractor<T>
Base class for the approved mode EncapsulatedSecretExtractor 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.EncapsulatedSecretExtractor
extractSecret, getParameters
-
-