18 #ifndef _HPDF_ENCRYPTDICT_H
19 #define _HPDF_ENCRYPTDICT_H
47 const char *owner_passwd,
48 const char *user_passwd);
HPDF_BOOL HPDF_EncryptDict_Validate(HPDF_EncryptDict dict)
void HPDF_EncryptDict_CreateID(HPDF_EncryptDict dict, HPDF_Dict info, HPDF_Xref xref)
HPDF_STATUS HPDF_EncryptDict_Prepare(HPDF_EncryptDict dict, HPDF_Dict info, HPDF_Xref xref)
void HPDF_EncryptDict_OnFree(HPDF_Dict obj)
HPDF_Encrypt HPDF_EncryptDict_GetAttr(HPDF_EncryptDict dict)
HPDF_EncryptDict HPDF_EncryptDict_New(HPDF_MMgr mmgr, HPDF_Xref xref)
HPDF_STATUS HPDF_EncryptDict_SetPassword(HPDF_EncryptDict dict, const char *owner_passwd, const char *user_passwd)
signed int HPDF_BOOL
Definition: hpdf_types.h:89
unsigned long HPDF_STATUS
Definition: hpdf_types.h:94
Definition: hpdf_objects.h:421
Definition: hpdf_encrypt.h:76
Definition: hpdf_mmgr.h:40
Definition: hpdf_objects.h:542