| class CryptoSpi::CRandomFactory |
the Factory to create synchronous and asynchronous hash instance
| Public Member Functions | |
|---|---|
| IMPORT_C void | CreateAsyncRandomL (CAsyncRandom *&, TUid , const CCryptoParams *) |
| IMPORT_C void | CreateRandomL (CRandom *&, TUid , const CCryptoParams *) |
| IMPORT_C void | CreateAsyncRandomL | ( | CAsyncRandom *& | aAsyncRandom, |
| TUid | aAlgorithmUid, | |||
| const CCryptoParams * | aAlgorithmParams | |||
| ) | [static] | |||
Creates a new asynchronous instance of a Random object.
| CAsyncRandom *& aAsyncRandom | A reference to a pointer that should be set to point to the new CAsyncRandom object. |
| TUid aAlgorithmUid | The algorithm to use |
| const CCryptoParams * aAlgorithmParams | Parameters that are specific this particular algorithm. |
| IMPORT_C void | CreateRandomL | ( | CRandom *& | aRandom, |
| TUid | aAlgorithmUid, | |||
| const CCryptoParams * | aAlgorithmParams | |||
| ) | [static] | |||
Creates a new instance of a Random object.
| CRandom *& aRandom | A reference to a pointer that should be set to point to the new CRandom object. |
| TUid aAlgorithmUid | The algorithm to use |
| const CCryptoParams * aAlgorithmParams | Parameters that are specific this algorithm. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.