|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSL3RandomDataParameters | |
iaik.pkcs.pkcs11.parameters | This package contains all classes for parameters objects. |
Uses of SSL3RandomDataParameters in iaik.pkcs.pkcs11.parameters |
Fields in iaik.pkcs.pkcs11.parameters declared as SSL3RandomDataParameters | |
protected SSL3RandomDataParameters |
SSL3KeyMaterialParameters.randomInfo_
The client's and server's random data information. |
protected SSL3RandomDataParameters |
SSL3MasterKeyDeriveParameters.randomInfo_
The client's and server's random data information. |
Methods in iaik.pkcs.pkcs11.parameters that return SSL3RandomDataParameters | |
SSL3RandomDataParameters |
SSL3KeyMaterialParameters.getRandomInfo()
Get the client's and server's random data information. |
SSL3RandomDataParameters |
SSL3MasterKeyDeriveParameters.getRandomInfo()
Get the client's and server's random data information. |
Methods in iaik.pkcs.pkcs11.parameters with parameters of type SSL3RandomDataParameters | |
void |
SSL3KeyMaterialParameters.setRandomInfo(SSL3RandomDataParameters randomInfo)
Set the client's and server's random data information. |
void |
SSL3MasterKeyDeriveParameters.setRandomInfo(SSL3RandomDataParameters randomInfo)
Set the client's and server's random data information. |
Constructors in iaik.pkcs.pkcs11.parameters with parameters of type SSL3RandomDataParameters | |
SSL3KeyMaterialParameters(long macSizeInBits,
long keySizeInBits,
long initializationVectorSizeInBits,
boolean export,
SSL3RandomDataParameters randomInfo,
SSL3KeyMaterialOutParameters returnedKeyMaterial)
Create a new SSL3KeyMaterialParameters object with the given parameters. |
|
SSL3MasterKeyDeriveParameters(SSL3RandomDataParameters randomInfo,
VersionParameters version)
Create a new SSL3MasterKeyDeriveParameters object with the given random info and version. |
|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |