public class SSL3MasterKeyDeriveParameters extends TLSMasterKeyDeriveParameters
randomInfo, version| Constructor and Description |
|---|
SSL3MasterKeyDeriveParameters(SSL3RandomDataParameters randomInfo,
VersionParameters version)
Create a new SSL3MasterKeyDeriveParameters object with the given
random info and version.
|
| Modifier and Type | Method and Description |
|---|---|
sun.security.pkcs11.wrapper.CK_SSL3_MASTER_KEY_DERIVE_PARAMS |
getPKCS11ParamsObject()
Get this parameters object as a CK_SSL3_RANDOM_DATA object.
|
equals, getRandomInfo, getVersion, hashCode, setRandomInfo, setVersion, toStringpublic SSL3MasterKeyDeriveParameters(SSL3RandomDataParameters randomInfo, VersionParameters version)
randomInfo - The client's and server's random data information.version - The SSL protocol version information.Copyright © 2020. All rights reserved.