public class KTSParameterSpec extends Object implements AlgorithmParameterSpec
Modifier and Type | Class and Description |
---|---|
static class |
KTSParameterSpec.Builder
Builder class for creating a KTSParameterSpec.
|
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
getKdfAlgorithm()
Return the AlgorithmIdentifier for the KDF to do key derivation after extracting the secret.
|
String |
getKeyAlgorithmName()
Return the name of the algorithm for the wrapping key this key spec should use.
|
int |
getKeySize()
Return the size of the key (in bits) for the wrapping key this key spec should use.
|
byte[] |
getOtherInfo()
Return the otherInfo data for initialising the KDF.
|
AlgorithmParameterSpec |
getParameterSpec()
Return the algorithm parameter spec to be applied with the private key when the encapsulation is decrypted.
|
public String getKeyAlgorithmName()
public int getKeySize()
public AlgorithmParameterSpec getParameterSpec()
public AlgorithmIdentifier getKdfAlgorithm()
public byte[] getOtherInfo()
Copyright © 2018 BouncyCastle.org. All rights reserved.