Package org.bouncycastle.jcajce.spec
Class KEMExtractSpec
- java.lang.Object
-
- org.bouncycastle.jcajce.spec.KEMKDFSpec
-
- org.bouncycastle.jcajce.spec.KEMExtractSpec
-
- All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec
public class KEMExtractSpec extends KEMKDFSpec implements java.security.spec.AlgorithmParameterSpec
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
KEMExtractSpec.Builder
Builder class for creating a KEMExtractSpec.
-
Constructor Summary
Constructors Constructor Description KEMExtractSpec(java.security.PrivateKey privateKey, byte[] encapsulation, java.lang.String keyAlgorithmName)
KEMExtractSpec(java.security.PrivateKey privateKey, byte[] encapsulation, java.lang.String keyAlgorithmName, int keySizeInBits)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getEncapsulation()
java.security.PrivateKey
getPrivateKey()
-
Methods inherited from class org.bouncycastle.jcajce.spec.KEMKDFSpec
getKdfAlgorithm, getKeyAlgorithmName, getKeySize, getOtherInfo
-
-
-
-
Constructor Detail
-
KEMExtractSpec
public KEMExtractSpec(java.security.PrivateKey privateKey, byte[] encapsulation, java.lang.String keyAlgorithmName)
-
KEMExtractSpec
public KEMExtractSpec(java.security.PrivateKey privateKey, byte[] encapsulation, java.lang.String keyAlgorithmName, int keySizeInBits)
-
-