THotPDF.AddPubKeyRecipient

THotPDF

 

前へ  メソッド  CryptKeyLength

公開鍵で暗号化された PDF に PKCS#7 受信者エンベロープ(recipient envelope)を 1 つ追加します。

 

Delphi 構文:

procedure AddPubKeyRecipient(const EnvelopeDER: AnsiString);

 

C++ 構文:

void __fastcall AddPubKeyRecipient(System::AnsiString EnvelopeDER);

 

説明

EnablePubKeyEncryption の後で、各受信者について AddPubKeyRecipient を 1 回呼び出します。envelope は、呼び出し元が Windows CryptoAPI、OpenSSL、または別の証明書ツールキットで作成した、空でない PKCS#7 envelopedData DER blob である必要があります

 

受信者の順序は PDF の /Recipients 配列に保持され、PDF アルゴリズム 9 ファイルキーの導出に関与します。

 

See also: EnablePubKeyEncryption, CryptKeyLength, PDF フィルターのサポート