public class KTSGenerateKeySpec extends KTSKeySpec
Modifier and Type | Class and Description |
---|---|
static class |
KTSGenerateKeySpec.Builder
Builder class for creating a KTSGenerateKeySpec.
|
KDF2, KDF3
Modifier and Type | Method and Description |
---|---|
java.security.PublicKey |
getPublicKey()
Return the public key to be used to encrypt the secret and make the encapsulation.
|
java.security.SecureRandom |
getSecureRandom()
Return the SecureRandom which will be used to generate the secret.
|
getKdfAlgorithmId, getKdfSalt, getKeyAlgorithmName, getKeySize, getMacAlgorithmName, getMacKeySize, getOtherInfo, getParameterSpec
public java.security.PublicKey getPublicKey()
public java.security.SecureRandom getSecureRandom()