DumpDHKeyPair
Synopsis
CK_RV DumpDHKeyPair(
int cStyle,
CK_SESSION_HANDLE hSession,
CK_OBJECT_HANDLE hPub,
CK_OBJECT_HANDLE hPri);
Description
Dump DH key pair details via printf.
Parameters
cStyle |
1 for a form which can be included in C code, 0 for standard dump |
hSession |
Open session handle |
hPub |
Handle to public key |
hPri |
Handle to private key |