|
Antenna House PDF Tool API (C++) 8.0
|
#include <PtlEncryptPubKey.h>


公開型 | |
| enum | PUBSEC_FILER_TYPE { FILTER_ADOBE_PUBSEC = 1 } |
| enum | PUBSEC_METHOD_TYPE { METHOD_RC4 = 1 , METHOD_AES = 2 } |
| 基底クラス PdfTk::PtlEncrypt に属する継承公開型 | |
| enum | FILTER_TYPE { FILTER_STANDARD = 1 , FILTER_PUBKEY = 2 } |
| enum | ENCRYPT_COMPONENT { ENCRYPT_ALL = 1 , ENCRYPT_EXCEPT_METADATA = 2 , ENCRYPT_ONLY_ATTACHED_FILE = 3 } |
公開メンバ関数 | |
| PtlEncryptPubKey (PUBSEC_FILER_TYPE filter, int keyLength, PUBSEC_METHOD_TYPE method) | |
| コンストラクタ | |
| PtlEncryptPubKey (const PtlEncryptPubKey &obj) | |
| コピーコンストラクタ | |
| virtual | ~PtlEncryptPubKey () |
| デストラクタ | |
| PtlEncryptPubKey & | operator= (const PtlEncryptPubKey &obj) |
| コピーオペレータ | |
| PUBSEC_METHOD_TYPE | getMethod () const |
| 公開キーセキュリティハンドラのメソッドを取得。 | |
| void | setMethod (PUBSEC_METHOD_TYPE method) |
| 公開キーセキュリティハンドラのメソッドを設定。 | |
| PtlRecipients & | getRecipients () |
| 受信者コンテナを取得。 | |
| 基底クラス PdfTk::PtlEncrypt に属する継承公開メンバ関数 | |
| int | getHandle () const |
| PtlEncrypt (FILTER_TYPE filterType) | |
| コンストラクタ | |
| PtlEncrypt (const PtlEncrypt &obj) | |
| コピーコンストラクタ | |
| virtual | ~PtlEncrypt () |
| デストラクタ | |
| PtlEncrypt & | operator= (const PtlEncrypt &obj) |
| コピーオペレータ | |
| FILTER_TYPE | getFilterType () const |
| 暗号化のフィルターを取得。 | |
| int | getKeyLength () const |
| キー長を取得。 | |
| void | setKeyLength (int keyLength) |
| キー長を設定。 | |
| ENCRYPT_COMPONENT | getEncryptComponent () const |
| 暗号化する文書コンポーネントを取得。 | |
| void | setEncryptComponent (ENCRYPT_COMPONENT component) |
| 暗号化する文書コンポーネントの設定。 | |
| const PtlEncryptPermission & | getPermission () const |
| ユーザアクセス許可フラグを取得。 | |
| void | setPermission (const PtlEncryptPermission &perm) |
| ユーザアクセス許可フラグを設定。 | |
PDFの公開キーセキュリティハンドラの暗号化情報を表現したクラスです。
すべての公開キーセキュリティハンドラクラスのベースクラスです。
PtlEncryptPubKey.h の 20 行目に定義があります。
| PdfTk::PtlEncryptPubKey::PtlEncryptPubKey | ( | PUBSEC_FILER_TYPE | filter, |
| int | keyLength, | ||
| PUBSEC_METHOD_TYPE | method ) |
コンストラクタ
| filter | 公開キーセキュリティハンドラのフィルタータイプ。 |
| keyLength | キー長。128,256の値でなければいけません。 |
| method | メソッド。 |
| PtlException |
| PdfTk::PtlEncryptPubKey::PtlEncryptPubKey | ( | const PtlEncryptPubKey & | obj | ) |
| PUBSEC_METHOD_TYPE PdfTk::PtlEncryptPubKey::getMethod | ( | ) | const |
| PtlRecipients & PdfTk::PtlEncryptPubKey::getRecipients | ( | ) |
| PtlEncryptPubKey & PdfTk::PtlEncryptPubKey::operator= | ( | const PtlEncryptPubKey & | obj | ) |
| void PdfTk::PtlEncryptPubKey::setMethod | ( | PUBSEC_METHOD_TYPE | method | ) |