IAIK PKCS#11 Wrapper
version 1.2.16

Uses of Class
iaik.pkcs.pkcs11.parameters.SSL3RandomDataParameters

Packages that use SSL3RandomDataParameters
iaik.pkcs.pkcs11.parameters   
 

Uses of SSL3RandomDataParameters in iaik.pkcs.pkcs11.parameters
 

Fields in iaik.pkcs.pkcs11.parameters declared as SSL3RandomDataParameters
protected  SSL3RandomDataParameters SSL3MasterKeyDeriveParameters.randomInfo_
          The client's and server's random data information.
protected  SSL3RandomDataParameters SSL3KeyMaterialParameters.randomInfo_
          The client's and server's random data information.
 

Methods in iaik.pkcs.pkcs11.parameters that return SSL3RandomDataParameters
 SSL3RandomDataParameters SSL3MasterKeyDeriveParameters.getRandomInfo()
          Get the client's and server's random data information.
 SSL3RandomDataParameters SSL3KeyMaterialParameters.getRandomInfo()
          Get the client's and server's random data information.
 

Methods in iaik.pkcs.pkcs11.parameters with parameters of type SSL3RandomDataParameters
 void SSL3MasterKeyDeriveParameters.setRandomInfo(SSL3RandomDataParameters randomInfo)
          Set the client's and server's random data information.
 void SSL3KeyMaterialParameters.setRandomInfo(SSL3RandomDataParameters randomInfo)
          Set the client's and server's random data information.
 

Constructors in iaik.pkcs.pkcs11.parameters with parameters of type SSL3RandomDataParameters
SSL3MasterKeyDeriveParameters(SSL3RandomDataParameters randomInfo, VersionParameters version)
          Create a new SSL3MasterKeyDeriveParameters object with the given random info and version.
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.16

IAIK JavaSecurity Website http://jce.iaik.tugraz.at/

IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2002, IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved.