6 #ifndef PDFTK_PTLENCRYPT_STANDARD_H_
7 #define PDFTK_PTLENCRYPT_STANDARD_H_
9 #include "PtlEncrypt.h"
115 #endif // PDFTK_PTLENCRYPT_STANDARD_H_
PtlEncryptStandard & operator=(const PtlEncryptStandard &obj)
コピーオペレータ
PtlEncryptStandard(const PtlEncryptStandard &obj)
コピーコンストラクタ
bool hasUserPassword() const
ユーザパスワードを持っているかどうかを取得。
STANDARD_METHOD_TYPE
標準セキュリティハンドラのメソッドタイプ
Definition: PtlEncryptStandard.h:26
PDFのセキュリティハンドラおよび暗号化情報を表現したクラスです。 すべてのEncryptクラスのベースクラスです。
Definition: PtlEncrypt.h:21
PDFの標準セキュリティハンドラの暗号化情報を表現したクラスです。 すべての標準セキュリティハンドラクラスのベースクラスです。
Definition: PtlEncryptStandard.h:21
void setMethod(STANDARD_METHOD_TYPE method)
標準セキュリティハンドラのメソッドを設定。
STANDARD_METHOD_TYPE getMethod() const
標準セキュリティハンドラのメソッドを取得。
void setOwnerPassword(const PtlParamString &password)
オーナーパスワード値を設定。
void setUserPassword(const PtlParamString &password)
ユーザパスワード値を設定。
virtual ‾PtlEncryptStandard()
デストラクタ
文字列を扱うクラスです。
Definition: PtlParamString.h:27
bool hasOwnerPassword() const
オーナーパスワードを持っているかどうかを取得。
PtlEncryptStandard(int keyLength, STANDARD_METHOD_TYPE method)
コンストラクタ