Name

otrl_privkey_read — read private keys from a file

Synopsis

otrl_privkey_read(ustate,  
 file); 
OtrlUserState  ustate;
string  file;

Description

Read a set of private DSA keys from a file on disk into the given ustate.

If an error occures, it raises an Exception with the attributes errno (containing a numeric gcry error code), os_errno (containing an OS errno, if possible) and strerror (containing a string describing the error)