libmobi
C library for handling MOBI format ebook documents
|
Drm cookie data. More...
#include <encryption.h>
Data Fields | |
unsigned char * | pid |
uint32_t | valid_from |
uint32_t | valid_to |
Drm cookie data.
unsigned char* MOBICookie::pid |
PIDs for decryption, NULL if not set
uint32_t MOBICookie::valid_from |
validity period start time, unix time in minutes, 0 if not set
uint32_t MOBICookie::valid_to |
validity period end time, unix time in minutes, MOBI_NOTSET if not set