public class KTSParameterSpec extends KEMKDFSpec implements java.security.spec.AlgorithmParameterSpec
| Modifier and Type | Class and Description |
|---|---|
static class |
KTSParameterSpec.Builder
Builder class for creating a KTSParameterSpec.
|
| Modifier | Constructor and Description |
|---|---|
protected |
KTSParameterSpec(java.lang.String wrappingKeyAlgorithm,
int keySizeInBits,
java.security.spec.AlgorithmParameterSpec parameterSpec,
AlgorithmIdentifier kdfAlgorithm,
byte[] otherInfo) |
| Modifier and Type | Method and Description |
|---|---|
java.security.spec.AlgorithmParameterSpec |
getParameterSpec()
Return the algorithm parameter spec to be applied with the private key when the encapsulation is decrypted.
|
getKdfAlgorithm, getKeyAlgorithmName, getKeySize, getOtherInfoprotected KTSParameterSpec(java.lang.String wrappingKeyAlgorithm,
int keySizeInBits,
java.security.spec.AlgorithmParameterSpec parameterSpec,
AlgorithmIdentifier kdfAlgorithm,
byte[] otherInfo)