|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSL3KeyMaterialOutParameters | |
iaik.pkcs.pkcs11.parameters | This package contains all classes for parameters objects. |
Uses of SSL3KeyMaterialOutParameters in iaik.pkcs.pkcs11.parameters |
Fields in iaik.pkcs.pkcs11.parameters declared as SSL3KeyMaterialOutParameters | |
protected SSL3KeyMaterialOutParameters |
SSL3KeyMaterialParameters.returnedKeyMaterial_
Receives the handles for the keys generated and the IVs. |
Methods in iaik.pkcs.pkcs11.parameters that return SSL3KeyMaterialOutParameters | |
SSL3KeyMaterialOutParameters |
SSL3KeyMaterialParameters.getReturnedKeyMaterial()
Get the object that receives the handles for the keys generated and the IVs. |
Methods in iaik.pkcs.pkcs11.parameters with parameters of type SSL3KeyMaterialOutParameters | |
void |
SSL3KeyMaterialParameters.setReturnedKeyMaterial(SSL3KeyMaterialOutParameters returnedKeyMaterial)
Set the object that receives the handles for the keys generated and the IVs. |
Constructors in iaik.pkcs.pkcs11.parameters with parameters of type SSL3KeyMaterialOutParameters | |
SSL3KeyMaterialParameters(long macSizeInBits,
long keySizeInBits,
long initializationVectorSizeInBits,
boolean export,
SSL3RandomDataParameters randomInfo,
SSL3KeyMaterialOutParameters returnedKeyMaterial)
Create a new SSL3KeyMaterialParameters object with the given parameters. |
|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |