| Package | Description |
|---|---|
| iaik.pkcs.pkcs11.params |
| Modifier and Type | Field and Description |
|---|---|
protected SSL3RandomDataParams |
SSL3KeyMaterialParams.randomInfo
The client's and server's random data information.
|
protected SSL3RandomDataParams |
SSL3MasterKeyDeriveParams.randomInfo
The client's and server's random data information.
|
| Modifier and Type | Method and Description |
|---|---|
SSL3RandomDataParams |
SSL3KeyMaterialParams.getRandomInfo()
Get the client's and server's random data information.
|
SSL3RandomDataParams |
SSL3MasterKeyDeriveParams.getRandomInfo()
Get the client's and server's random data information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SSL3KeyMaterialParams.setRandomInfo(SSL3RandomDataParams randomInfo)
Set the client's and server's random data information.
|
void |
SSL3MasterKeyDeriveParams.setRandomInfo(SSL3RandomDataParams randomInfo)
Set the client's and server's random data information.
|
| Constructor and Description |
|---|
SSL3KeyMaterialParams(long macSizeInBits,
long keySizeInBits,
long ivSizeInBits,
boolean export,
SSL3RandomDataParams randomInfo,
SSL3KeyMaterialOutParams returnedKeyMaterial)
Create a new SSL3KeyMaterialParameters object with the given
parameters.
|
SSL3MasterKeyDeriveParams(SSL3RandomDataParams randomInfo,
VersionParams version)
Create a new SSL3MasterKeyDeriveParameters object with the given
random info and version.
|
Copyright © 2018. All rights reserved.