|
Usare
Sintassi Delphi: procedure EnablePubKeyEncryption(const Seed: AnsiString; KeyType: THPDFKeyType = aes128; EncryptMetadata: Boolean = true);
Sintassi C++: void __fastcall EnablePubKeyEncryption(System::AnsiString Seed, THPDFKeyType KeyType, bool EncryptMetadata);
Descrizione EnablePubKeyEncryption emette un dizionario /Encrypt con /Filter /Adobe.PubSec. HotPDF gestisce la cifratura simmetrica del file e la derivazione della chiave con l'algoritmo PDF 9, mentre il chiamante fornisce il seed casuale e un blob PKCS#7 envelopedData costruito esternamente per ogni destinatario
Usare
Vedi anche: AddPubKeyRecipient, CryptKeyLength, ActivateProtection, Supporto dei filtri PDF |