public class KTSParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
Modifier and Type | Class and Description |
---|---|
static class |
KTSParameterSpec.Builder
Builder class for creating a KTSParameterSpec.
|
Modifier and Type | Field and Description |
---|---|
static FipsKDF.AgreementKDFParametersBuilder |
KDF2 |
static FipsKDF.AgreementKDFParametersBuilder |
KDF3 |
Modifier and Type | Method and 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 static final FipsKDF.AgreementKDFParametersBuilder KDF2
public static final FipsKDF.AgreementKDFParametersBuilder KDF3
public java.lang.String getKeyAlgorithmName()
public int getKeySize()
public java.security.spec.AlgorithmParameterSpec getParameterSpec()
public AlgorithmIdentifier getKdfAlgorithm()
public byte[] getOtherInfo()