Vai al contenuto principale
Le costanti dell’enumerazione PDFKeyLengthEnum vengono usate per impostare la lunghezza della chiave di crittografia quando il file PDF esportato è crittografato con l’algoritmo RC4.
Tutti i valori, ad eccezione di PDFKL_40Bit, richiedono la versione PDF 1.4 o successiva (vedere IPDFExportFeatures::PDFVersion ).
typedef enum {
 PDFKL_40Bit = 5,
 PDFKL_48Bit = 6,
 PDFKL_56Bit = 7,
 PDFKL_64Bit = 8,
 PDFKL_72Bit = 9,
 PDFKL_80Bit = 10,
 PDFKL_88Bit = 11,
 PDFKL_96Bit = 12,
 PDFKL_104Bit = 13,
 PDFKL_112Bit = 14,
 PDFKL_120Bit = 15,
 PDFKL_128Bit = 16
} PDFKeyLengthEnum;

Elementi

NomeDescrizione
PDFKL_40BitLa lunghezza della chiave è di 40 bit.
PDFKL_48BitLa lunghezza della chiave è di 48 bit.
PDFKL_56BitLa lunghezza della chiave è di 56 bit.
PDFKL_64BitLa lunghezza della chiave è di 64 bit.
PDFKL_72BitLa lunghezza della chiave è di 72 bit.
PDFKL_80BitLa lunghezza della chiave è di 80 bit.
PDFKL_88BitLa lunghezza della chiave è di 88 bit.
PDFKL_96BitLa lunghezza della chiave è di 96 bit.
PDFKL_104BitLa lunghezza della chiave è di 104 bit.
PDFKL_112BitLa lunghezza della chiave è di 112 bit.
PDFKL_120BitLa lunghezza della chiave è di 120 bit.
PDFKL_128BitLa lunghezza della chiave è di 128 bit.

Usato in

IPDFEncryptionInfo::KeyLength