THotPDF.AddPubKeyRecipient

THotPDF

 

이전  메서드  CryptKeyLength

Adds one PKCS#7 recipient envelope to a public-key encrypted PDF.

 

Delphi 구문:

procedure AddPubKeyRecipient(const EnvelopeDER: AnsiString);

 

C++ 구문:

void __fastcall AddPubKeyRecipient(System::AnsiString EnvelopeDER);

 

설명

EnablePubKeyEncryption 뒤에 각 recipient마다 AddPubKeyRecipient를 한 번 호출하십시오. Envelope는 caller가 Windows CryptoAPI, OpenSSL 또는 다른 certificate toolkit으로 만든 non-empty PKCS#7 envelopedData DER blob이어야 합니다

 

Recipient order는 PDF /Recipients array에 보존되며 PDF algorithm 9 file-key derivation에 참여합니다

 

참조: EnablePubKeyEncryption, CryptKeyLength, PDF Filter Support