|
pure virtual |
Place the object in a state to load one or more crypto keys.
| flags | [ in ] Actions that should be taken on loading a key from a file into memory. |
| pRandom | [ in ] A cryptographically strong random number generator is required to generate any key type, or when making one of the load raw key calls. |
| Success | P6R::eOk | |
| Failure | P6R::eFail | The object is in an incorrect internal state. |
| P6R::eInvalidArg | pRandom is NULL when flags contains CKF_FORCENEWIV flag. |