Package org.bouncycastle.jcajce.spec
Class KEMExtractSpec
java.lang.Object
org.bouncycastle.jcajce.spec.KEMExtractSpec
- All Implemented Interfaces:
AlgorithmParameterSpec
-
Constructor Summary
ConstructorsConstructorDescriptionKEMExtractSpec
(PrivateKey privateKey, byte[] encapsulation, String keyAlgorithmName) KEMExtractSpec
(PrivateKey privateKey, byte[] encapsulation, String keyAlgorithmName, int keySizeInBits) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
int
-
Constructor Details
-
KEMExtractSpec
-
KEMExtractSpec
public KEMExtractSpec(PrivateKey privateKey, byte[] encapsulation, String keyAlgorithmName, int keySizeInBits)
-
-
Method Details
-
getEncapsulation
public byte[] getEncapsulation() -
getPrivateKey
-
getKeyAlgorithmName
-
getKeySize
public int getKeySize()
-