Modifier and Type | Field and Description |
---|---|
private final String | |
private final long | |
private static final String | |
private TlsRsaPremasterSecretParameterSpec | spec
References Deprecated
TlsRsaPremasterSecretParameterSpec is deprecated or references (maybe indirectly) at least one deprecated element.
|
private final boolean | |
private final Token |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
protected SecretKey | engineGenerateKey()
Implements abstract javax. Generates a secret key. |
protected void | engineInit(SecureRandom
the source of randomness for this generator random)Implements abstract javax. Initializes the key generator. |
protected void | engineInit(AlgorithmParameterSpec
the key generation parameters params, SecureRandom the source of randomness for this key generator random)Implements abstract javax. Initializes the key generator with the specified parameter set and a user-provided source of randomness. |
protected void | engineInit(int
the keysize. This is an algorithm-specific metric,
specified in number of bits. keysize, SecureRandom the source of randomness for this key generator random)Implements abstract javax. Initializes this key generator for a certain keysize, using the given source of randomness. |
algorithm | back to summary |
---|---|
private final String algorithm |
mechanism | back to summary |
---|---|
private final long mechanism |
MSG | back to summary |
---|---|
private static final String MSG |
spec | back to summary |
---|---|
private TlsRsaPremasterSecretParameterSpec spec
References Deprecated
See corresponding docs for further information.
|
supportSSLv3 | back to summary |
---|---|
private final boolean supportSSLv3 |
token | back to summary |
---|---|
private final Token token |
P11TlsRsaPremasterSecretGenerator | back to summary |
---|---|
pack-priv P11TlsRsaPremasterSecretGenerator(Token token, String algorithm, long mechanism) throws PKCS11Exception |
engineGenerateKey | back to summary |
---|---|
protected SecretKey engineGenerateKey() Implements abstract javax. Doc from javax. Generates a secret key.
|
engineInit | back to summary |
---|---|
protected void engineInit(SecureRandom random) Implements abstract javax. Doc from javax. Initializes the key generator.
|
engineInit | back to summary |
---|---|
protected void engineInit(AlgorithmParameterSpec params, SecureRandom random) throws InvalidAlgorithmParameterException Implements abstract javax. Doc from javax. Initializes the key generator with the specified parameter set and a user-provided source of randomness.
|
engineInit | back to summary |
---|---|
protected void engineInit(int keysize, SecureRandom random) Implements abstract javax. Doc from javax. Initializes this key generator for a certain keysize, using the given source of randomness.
|