| Package | Description |
|---|---|
| iaik.pkcs.pkcs11.params |
| Modifier and Type | Field and Description |
|---|---|
protected SSL3KeyMaterialOutParams |
SSL3KeyMaterialParams.returnedKeyMaterial
Receives the handles for the keys generated and the IVs.
|
| Modifier and Type | Method and Description |
|---|---|
SSL3KeyMaterialOutParams |
SSL3KeyMaterialParams.getReturnedKeyMaterial()
Get the object that receives the handles for the keys generated and the
IVs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SSL3KeyMaterialParams.setReturnedKeyMaterial(SSL3KeyMaterialOutParams returnedKeyMaterial)
Set the object that receives the handles for the keys generated and the
IVs.
|
| 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.
|
Copyright © 2018. All rights reserved.