| Package | Description |
|---|---|
| iaik.pkcs.pkcs11.parameters |
| Modifier and Type | Field and Description |
|---|---|
protected SSL3KeyMaterialOutParameters |
TLSKeyMaterialParameters.returnedKeyMaterial
Receives the handles for the keys generated and the IVs.
|
| Modifier and Type | Method and Description |
|---|---|
SSL3KeyMaterialOutParameters |
TLSKeyMaterialParameters.getReturnedKeyMaterial()
Get the object that receives the handles for the keys generated and the
IVs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLSKeyMaterialParameters.setReturnedKeyMaterial(SSL3KeyMaterialOutParameters returnedKeyMaterial)
Set the object that receives the handles for the keys generated and the
IVs.
|
| Constructor and Description |
|---|
SSL3KeyMaterialParameters(long macSizeInBits,
long keySizeInBits,
long ivSizeInBits,
boolean export,
SSL3RandomDataParameters randomInfo,
SSL3KeyMaterialOutParameters returnedKeyMaterial) |
TLS12KeyMaterialParameters(int macSize,
int keySize,
int ivSize,
boolean export,
SSL3RandomDataParameters random,
SSL3KeyMaterialOutParameters returnedKeyMaterial,
long prfHashMechanism) |
TLSKeyMaterialParameters(long macSizeInBits,
long keySizeInBits,
long ivSizeInBits,
boolean export,
SSL3RandomDataParameters randomInfo,
SSL3KeyMaterialOutParameters returnedKeyMaterial)
Create a new SSL3KeyMaterialParameters object with the given
parameters.
|
Copyright © 2022. All rights reserved.