|
pure virtual |
This method loads the binary data for a Diffie-Hellman (DH) private key.
| pBuffer | [ in ] A pointer to a buffer that holds the key's bytes |
| cBuffer | [ in ] Number of entries in the buffer pointed to by pBuffer. |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | Object is in an incorrect state. |
| P6R::eInvalidArg | pBuffer is NULL or cBuffer is zero. |