| Package | Description |
|---|---|
| iaik.pkcs.pkcs11.parameters |
| Modifier and Type | Field and Description |
|---|---|
protected SSL3RandomDataParameters |
TLSMasterKeyDeriveParameters.randomInfo
The client's and server's random data information.
|
protected SSL3RandomDataParameters |
TLSKeyMaterialParameters.randomInfo
The client's and server's random data information.
|
| Modifier and Type | Method and Description |
|---|---|
SSL3RandomDataParameters |
TLSMasterKeyDeriveParameters.getRandomInfo()
Get the client's and server's random data information.
|
SSL3RandomDataParameters |
TLSKeyMaterialParameters.getRandomInfo()
Get the client's and server's random data information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLSMasterKeyDeriveParameters.setRandomInfo(SSL3RandomDataParameters randomInfo)
Set the client's and server's random data information.
|
void |
TLSKeyMaterialParameters.setRandomInfo(SSL3RandomDataParameters randomInfo)
Set the client's and server's random data information.
|
| Constructor and Description |
|---|
SSL3KeyMaterialParameters(long macSizeInBits,
long keySizeInBits,
long ivSizeInBits,
boolean export,
SSL3RandomDataParameters randomInfo,
SSL3KeyMaterialOutParameters returnedKeyMaterial) |
SSL3MasterKeyDeriveParameters(SSL3RandomDataParameters randomInfo,
VersionParameters version)
Create a new SSL3MasterKeyDeriveParameters object with the given
random info and version.
|
TLS12KeyMaterialParameters(int macSize,
int keySize,
int ivSize,
boolean export,
SSL3RandomDataParameters random,
SSL3KeyMaterialOutParameters returnedKeyMaterial,
long prfHashMechanism) |
TLS12MasterKeyDeriveParameters(SSL3RandomDataParameters random,
VersionParameters version,
long prfHashMechanism) |
TLSKeyMaterialParameters(long macSizeInBits,
long keySizeInBits,
long ivSizeInBits,
boolean export,
SSL3RandomDataParameters randomInfo,
SSL3KeyMaterialOutParameters returnedKeyMaterial)
Create a new SSL3KeyMaterialParameters object with the given
parameters.
|
TLSMasterKeyDeriveParameters(SSL3RandomDataParameters randomInfo,
VersionParameters version)
Create a new SSL3MasterKeyDeriveParameters object with the given
random info and version.
|
Copyright © 2020. All rights reserved.