PDFTool.NET  6.0
Public Member Functions | List of all members
PdfTkNet::PtlEncryptStandard40RC4 Class Reference

PDFの標準セキュリティハンドラの40ビットRC4暗号化情報を表現したクラスです。
セキュリティ設定時に使用します。 More...

#include <NetEncryptStandard40RC4.h>

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

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from PdfTkNet::PtlEncryptStandard
enum  STANDARD_METHOD_TYPE { STANDARD_METHOD_TYPE::METHOD_RC4 = 1, STANDARD_METHOD_TYPE::METHOD_AES = 2 }
 標準セキュリティハンドラのメソッドタイプ More...
 
- Public Types inherited from PdfTkNet::PtlEncrypt
enum  FILTER_TYPE { FILTER_TYPE::FILTER_STANDARD = 1 }
 セキュリティハンドラのタイプ
標準セキュリティハンドラのみ対応しています。 More...
 
enum  ENCRYPT_COMPONENT { ENCRYPT_COMPONENT::ENCRYPT_ALL = 1, ENCRYPT_COMPONENT::ENCRYPT_EXCEPT_METADATA = 2, ENCRYPT_COMPONENT::ENCRYPT_ONLY_ATTACHED_FILE = 3 }
 暗号化する文書コンポーネント More...
 
- Protected Attributes inherited from PdfTkNet::PtlEncrypt
PdfTk::PtlEncrypt * m_native
 

Detailed Description

PDFの標準セキュリティハンドラの40ビットRC4暗号化情報を表現したクラスです。
セキュリティ設定時に使用します。

Constructor & Destructor Documentation

◆ PtlEncryptStandard40RC4() [1/2]

PdfTkNet::PtlEncryptStandard40RC4::PtlEncryptStandard40RC4 ( )

コンストラクタ

Exceptions
PtlException

◆ PtlEncryptStandard40RC4() [2/2]

PdfTkNet::PtlEncryptStandard40RC4::PtlEncryptStandard40RC4 ( PtlEncryptStandard40RC4 obj)

コピーコンストラクタ

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

Member Function Documentation

◆ operator=()

PtlEncryptStandard40RC4 PdfTkNet::PtlEncryptStandard40RC4::operator= ( PtlEncryptStandard40RC4 obj)

コピーオペレータ

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