PDFTool  7.0
Public Member Functions | List of all members
PdfTk::PtlEncryptStandard40RC4 Class Reference

PDFの標準セキュリティハンドラの40ビットRC4暗号化情報を表現したクラスです。
V7.0 以降ではこのクラスを使ってセキュリティ設定はできません。 More...

#include <PtlEncryptStandard40RC4.h>

Inheritance diagram for PdfTk::PtlEncryptStandard40RC4:
Inheritance graph
[legend]
Collaboration diagram for PdfTk::PtlEncryptStandard40RC4:
Collaboration graph
[legend]

Public Member Functions

 PtlEncryptStandard40RC4 ()
 コンストラクタ More...
 
 PtlEncryptStandard40RC4 (const PtlEncryptStandard40RC4 &obj)
 コピーコンストラクタ More...
 
 ‾PtlEncryptStandard40RC4 ()
 デストラクタ
 
PtlEncryptStandard40RC4operator= (const PtlEncryptStandard40RC4 &obj)
 コピーオペレータ More...
 
- Public Member Functions inherited from PdfTk::PtlEncryptStandard
 PtlEncryptStandard (int keyLength, STANDARD_METHOD_TYPE method)
 コンストラクタ More...
 
 PtlEncryptStandard (const PtlEncryptStandard &obj)
 コピーコンストラクタ More...
 
virtual ‾PtlEncryptStandard ()
 デストラクタ
 
PtlEncryptStandardoperator= (const PtlEncryptStandard &obj)
 コピーオペレータ More...
 
STANDARD_METHOD_TYPE getMethod () const
 標準セキュリティハンドラのメソッドを取得。 More...
 
void setMethod (STANDARD_METHOD_TYPE method)
 標準セキュリティハンドラのメソッドを設定。 More...
 
bool hasUserPassword () const
 ユーザパスワードを持っているかどうかを取得。 More...
 
void setUserPassword (const PtlParamString &password)
 ユーザパスワード値を設定。 More...
 
bool hasOwnerPassword () const
 オーナーパスワードを持っているかどうかを取得。 More...
 
void setOwnerPassword (const PtlParamString &password)
 オーナーパスワード値を設定。 More...
 
- Public Member Functions inherited from PdfTk::PtlEncrypt
int getHandle () const
 
 PtlEncrypt (FILTER_TYPE filterType)
 コンストラクタ More...
 
 PtlEncrypt (const PtlEncrypt &obj)
 コピーコンストラクタ More...
 
virtual ‾PtlEncrypt ()
 デストラクタ
 
PtlEncryptoperator= (const PtlEncrypt &obj)
 コピーオペレータ More...
 
FILTER_TYPE getFilterType () const
 暗号化のフィルターを取得。 More...
 
int getKeyLength () const
 キー長を取得。 More...
 
void setKeyLength (int keyLength)
 キー長を設定。 More...
 
ENCRYPT_COMPONENT getEncryptComponent () const
 暗号化する文書コンポーネントを取得。 More...
 
void setEncryptComponent (ENCRYPT_COMPONENT component)
 暗号化する文書コンポーネントの設定。 More...
 
const PtlEncryptPermissiongetPermission () const
 ユーザアクセス許可フラグを取得。 More...
 
void setPermission (const PtlEncryptPermission &perm)
 ユーザアクセス許可フラグを設定。 More...
 

Additional Inherited Members

- Public Types inherited from PdfTk::PtlEncryptStandard
enum  STANDARD_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...
 

Detailed Description

PDFの標準セキュリティハンドラの40ビットRC4暗号化情報を表現したクラスです。
V7.0 以降ではこのクラスを使ってセキュリティ設定はできません。

Constructor & Destructor Documentation

◆ PtlEncryptStandard40RC4() [1/2]

PdfTk::PtlEncryptStandard40RC4::PtlEncryptStandard40RC4 ( )

コンストラクタ

Exceptions
PtlException

◆ PtlEncryptStandard40RC4() [2/2]

PdfTk::PtlEncryptStandard40RC4::PtlEncryptStandard40RC4 ( const PtlEncryptStandard40RC4 obj)

コピーコンストラクタ

Parameters
objコピー元オブジェクト。
Exceptions
PtlException

Member Function Documentation

◆ operator=()

PtlEncryptStandard40RC4& PdfTk::PtlEncryptStandard40RC4::operator= ( const PtlEncryptStandard40RC4 obj)

コピーオペレータ

Parameters
objコピー元オブジェクト。
Exceptions
PtlException