public class KEMExtractSpec extends KEMKDFSpec implements java.security.spec.AlgorithmParameterSpec
Modifier and Type | Class and Description |
---|---|
static class |
KEMExtractSpec.Builder
Builder class for creating a KEMExtractSpec.
|
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getEncapsulation() |
java.security.PrivateKey |
getPrivateKey() |
getKdfAlgorithm, getKeyAlgorithmName, getKeySize, getOtherInfo