| Package | Description |
|---|---|
| iaik.pkcs.pkcs11.parameters |
| Modifier and Type | Field and Description |
|---|---|
protected VersionParameters |
TLSMasterKeyDeriveParameters.version
The SSL protocol version information.
|
| Modifier and Type | Method and Description |
|---|---|
VersionParameters |
TLSMasterKeyDeriveParameters.getVersion()
Get the SSL protocol version information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLSMasterKeyDeriveParameters.setVersion(VersionParameters version)
Set the SSL protocol version information.
|
| Constructor and Description |
|---|
SSL3MasterKeyDeriveParameters(SSL3RandomDataParameters randomInfo,
VersionParameters version)
Create a new SSL3MasterKeyDeriveParameters object with the given
random info and version.
|
TLS12MasterKeyDeriveParameters(SSL3RandomDataParameters random,
VersionParameters version,
long prfHashMechanism) |
TLSMasterKeyDeriveParameters(SSL3RandomDataParameters randomInfo,
VersionParameters version)
Create a new SSL3MasterKeyDeriveParameters object with the given
random info and version.
|
Copyright © 2020. All rights reserved.