|
PDFTool 7.0
|
公開キーセキュリティハンドラの128ビットAES暗号化を表現したクラスです。
セキュリティ設定時に使用します。
More...
#include <PtlEncryptPubKey128AES.h>


Public Member Functions | |
| PtlEncryptPubKey128AES () | |
| コンストラクタ | |
| PtlEncryptPubKey128AES (const PtlEncryptPubKey128AES &obj) | |
| コピーコンストラクタ | |
| ‾PtlEncryptPubKey128AES () | |
| デストラクタ | |
| PtlEncryptPubKey128AES & | operator= (const PtlEncryptPubKey128AES &obj) |
| コピーオペレータ | |
| Public Member Functions inherited from PdfTk::PtlEncryptPubKey | |
| 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 () |
| 受信者コンテナを取得。 | |
| Public Member Functions inherited from 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) |
| ユーザアクセス許可フラグを設定。 | |
Additional Inherited Members | |
| Public Types inherited from PdfTk::PtlEncryptPubKey | |
| enum | PUBSEC_FILER_TYPE { FILTER_ADOBE_PUBSEC = 1 } |
| 公開キーセキュリティハンドラのフィルタータイプ More... | |
| enum | PUBSEC_METHOD_TYPE { METHOD_RC4 = 1 , METHOD_AES = 2 } |
| 公開キーセキュリティハンドラのメソッドタイプ More... | |
| Public Types inherited from PdfTk::PtlEncrypt | |
| enum | FILTER_TYPE { FILTER_STANDARD = 1 , FILTER_PUBKEY = 2 } |
| セキュリティハンドラのタイプ 標準セキュリティハンドラのみ対応しています。 More... | |
| enum | ENCRYPT_COMPONENT { ENCRYPT_ALL = 1 , ENCRYPT_EXCEPT_METADATA = 2 , ENCRYPT_ONLY_ATTACHED_FILE = 3 } |
| 暗号化する文書コンポーネント More... | |
公開キーセキュリティハンドラの128ビットAES暗号化を表現したクラスです。
セキュリティ設定時に使用します。
| PdfTk::PtlEncryptPubKey128AES::PtlEncryptPubKey128AES | ( | ) |
コンストラクタ
| PtlException |
| PdfTk::PtlEncryptPubKey128AES::PtlEncryptPubKey128AES | ( | const PtlEncryptPubKey128AES & | obj | ) |
| PtlEncryptPubKey128AES & PdfTk::PtlEncryptPubKey128AES::operator= | ( | const PtlEncryptPubKey128AES & | obj | ) |