java.security.spec.AlgorithmParameterSpec
public class KTSParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
Modifier and Type | Class | Description |
---|---|---|
static class |
KTSParameterSpec.Builder |
Builder class for creating a KTSParameterSpec.
|
Modifier and Type | Method | Description |
---|---|---|
AlgorithmIdentifier |
getKdfAlgorithm() |
Return the AlgorithmIdentifier for the KDF to do key derivation after extracting the secret.
|
java.lang.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.
|
java.security.spec.AlgorithmParameterSpec |
getParameterSpec() |
Return the algorithm parameter spec to be applied with the private key when the encapsulation is decrypted.
|
public java.lang.String getKeyAlgorithmName()
public int getKeySize()
public java.security.spec.AlgorithmParameterSpec getParameterSpec()
public AlgorithmIdentifier getKdfAlgorithm()
public byte[] getOtherInfo()