Package org.bouncycastle.jcajce.spec
Class KEMExtractSpec
java.lang.Object
org.bouncycastle.jcajce.spec.KEMKDFSpec
org.bouncycastle.jcajce.spec.KEMExtractSpec
- All Implemented Interfaces:
AlgorithmParameterSpec
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Builder class for creating a KEMExtractSpec. -
Constructor Summary
ConstructorDescriptionKEMExtractSpec
(PrivateKey privateKey, byte[] encapsulation, String keyAlgorithmName) KEMExtractSpec
(PrivateKey privateKey, byte[] encapsulation, String keyAlgorithmName, int keySizeInBits) -
Method Summary
Methods inherited from class org.bouncycastle.jcajce.spec.KEMKDFSpec
getKdfAlgorithm, getKeyAlgorithmName, getKeySize, getOtherInfo
-
Constructor Details
-
KEMExtractSpec
-
KEMExtractSpec
public KEMExtractSpec(PrivateKey privateKey, byte[] encapsulation, String keyAlgorithmName, int keySizeInBits)
-
-
Method Details
-
getEncapsulation
public byte[] getEncapsulation() -
getPrivateKey
-