6#ifndef PDFTK_PTLENCRYPT_STANDARD_H_
7#define PDFTK_PTLENCRYPT_STANDARD_H_
PtlEncrypt(FILTER_TYPE filterType)
コンストラクタ
STANDARD_METHOD_TYPE getMethod() const
標準セキュリティハンドラのメソッドを取得。
bool hasUserPassword() const
ユーザパスワードを持っているかどうかを取得。
PtlEncryptStandard(const PtlEncryptStandard &obj)
コピーコンストラクタ
PtlEncryptStandard & operator=(const PtlEncryptStandard &obj)
コピーオペレータ
STANDARD_METHOD_TYPE
標準セキュリティハンドラのメソッドタイプ
Definition PtlEncryptStandard.h:26
@ METHOD_RC4
RC4.
Definition PtlEncryptStandard.h:27
@ METHOD_AES
AES.
Definition PtlEncryptStandard.h:28
void setMethod(STANDARD_METHOD_TYPE method)
標準セキュリティハンドラのメソッドを設定。
virtual ‾PtlEncryptStandard()
デストラクタ
bool hasOwnerPassword() const
オーナーパスワードを持っているかどうかを取得。
void setUserPassword(const PtlParamString &password)
ユーザパスワード値を設定。
void setOwnerPassword(const PtlParamString &password)
オーナーパスワード値を設定。
PtlEncryptStandard(int keyLength, STANDARD_METHOD_TYPE method)
コンストラクタ
文字列を扱うクラスです。
Definition PtlParamString.h:27