equal
deleted
inserted
replaced
47 * Destructor. |
47 * Destructor. |
48 */ |
48 */ |
49 virtual ~CDevEncKeyUtils(); |
49 virtual ~CDevEncKeyUtils(); |
50 |
50 |
51 // To connect the engine |
51 // To connect the engine |
52 IMPORT_C TInt CDevEncKeyUtils::Connect(); |
52 IMPORT_C TInt Connect(); |
53 |
53 |
54 // To close the connection with the engine |
54 // To close the connection with the engine |
55 IMPORT_C void CDevEncKeyUtils::Close(); |
55 IMPORT_C void Close(); |
56 |
56 |
57 /** |
57 /** |
58 * Creates a PKCS#5 key and takes it into use by loading it |
58 * Creates a PKCS#5 key and takes it into use by loading it |
59 * into the security driver. Asynchronous function. |
59 * into the security driver. Asynchronous function. |
60 * @param aStatus Contains system-wide error code on completion |
60 * @param aStatus Contains system-wide error code on completion |