|
Haru Free PDF Library
|
#include "hpdf_objects.h"
Go to the source code of this file.
Functions | |
| HPDF_EncryptDict | HPDF_EncryptDict_New (HPDF_MMgr mmgr, HPDF_Xref xref) |
| void | HPDF_EncryptDict_CreateID (HPDF_EncryptDict dict, HPDF_Dict info, HPDF_Xref xref) |
| void | HPDF_EncryptDict_OnFree (HPDF_Dict obj) |
| HPDF_STATUS | HPDF_EncryptDict_SetPassword (HPDF_EncryptDict dict, const char *owner_passwd, const char *user_passwd) |
| HPDF_BOOL | HPDF_EncryptDict_Validate (HPDF_EncryptDict dict) |
| HPDF_STATUS | HPDF_EncryptDict_Prepare (HPDF_EncryptDict dict, HPDF_Dict info, HPDF_Xref xref) |
| HPDF_Encrypt | HPDF_EncryptDict_GetAttr (HPDF_EncryptDict dict) |
| void HPDF_EncryptDict_CreateID | ( | HPDF_EncryptDict | dict, |
| HPDF_Dict | info, | ||
| HPDF_Xref | xref | ||
| ) |
| HPDF_Encrypt HPDF_EncryptDict_GetAttr | ( | HPDF_EncryptDict | dict | ) |
| HPDF_EncryptDict HPDF_EncryptDict_New | ( | HPDF_MMgr | mmgr, |
| HPDF_Xref | xref | ||
| ) |
| void HPDF_EncryptDict_OnFree | ( | HPDF_Dict | obj | ) |
| HPDF_STATUS HPDF_EncryptDict_Prepare | ( | HPDF_EncryptDict | dict, |
| HPDF_Dict | info, | ||
| HPDF_Xref | xref | ||
| ) |
| HPDF_STATUS HPDF_EncryptDict_SetPassword | ( | HPDF_EncryptDict | dict, |
| const char * | owner_passwd, | ||
| const char * | user_passwd | ||
| ) |
| HPDF_BOOL HPDF_EncryptDict_Validate | ( | HPDF_EncryptDict | dict | ) |