|
Foxit PDF SDK
|
Public 类型 | |
| enum | EnvelopeEncryptType { e_EnvelopeEncryptTypeRC4 = 0, e_EnvelopeEncryptTypeAES128 = 1, e_EnvelopeEncryptTypeAES192 = 2, e_EnvelopeEncryptTypeAES256 = 3, e_EnvelopeEncryptTypeSM4 = 4 } |
| OFD信封加密类型定义枚举类型。 更多... | |
Public 成员函数 | |
| OFDEnvelopeInfo () | |
| 构造函数。 | |
| OFDEnvelopeInfo (const OFDEnvelopeInfo &other) | |
| 构造函数,通过另一个OFD信封信息对象。 更多... | |
| ~OFDEnvelopeInfo () | |
| 析构函数。 | |
| EnvelopeEncryptType | GetCipher () const |
| 获取加密类型。 更多... | |
| foxit::DateTime | GetCreateTime () const |
| 获取创建时间。 更多... | |
| WString | GetCreator () const |
| 获取创建人。 更多... | |
| WString | GetCryptoType () const |
| 获取加密类型。 更多... | |
| WString | GetDescription () const |
| 获取文件描述。 更多... | |
| WString | GetDocType () const |
| 获取文件类型。 更多... | |
| foxit::DateTime | GetExpirationTime () const |
| 获取有效期限结束时间。 更多... | |
| WString | GetFileCode () const |
| 获取文件代码。 更多... | |
| WString | GetFilter () const |
| 获取密码机密和证书加密标志位。 更多... | |
| WString | GetHashKey () const |
| 获取密码哈希值。 更多... | |
| WString | GetPassword () const |
| 获取密码。 更多... | |
| WString | GetPermission () const |
| 获取用户权限。 更多... | |
| WString | GetSecurityType () const |
| 获取安全类型。 更多... | |
| foxit::DateTime | GetStartTime () const |
| 获取有效期限开始时间。 更多... | |
| WString | GetSubFilter () const |
| 获取加密子标志位。 更多... | |
| WString | GetTitle () const |
| 获取标题。 更多... | |
| bool | IsEmpty () const |
| 检查当前对象是否为空。 更多... | |
| bool | operator != (const OFDEnvelopeInfo &other) const |
| 不相等操作符。 更多... | |
| OFDEnvelopeInfo & | operator= (const OFDEnvelopeInfo &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const OFDEnvelopeInfo &other) const |
| 相等操作符。 更多... | |
| void | SetCipher (EnvelopeEncryptType cipher) |
| 设置加密类型。 更多... | |
| void | SetCreateTime (const foxit::DateTime &create_time) |
| 设置创建时间。 更多... | |
| void | SetCreator (const WString &creator) |
| 设置创建人。 更多... | |
| void | SetDescription (const WString &description) |
| 设置文件描述。 更多... | |
| void | SetDocType (const WString &doc_type) |
| 设置文件类型。 更多... | |
| void | SetExpirationTime (const foxit::DateTime &expiration_time) |
| 设置有效期限结束时间。 更多... | |
| void | SetFileCode (const WString &file_code) |
| 设置文件代码。 更多... | |
| void | SetPassword (const WString &password) |
| 设置密码。 更多... | |
| void | SetPermission (const WString &permission) |
| 设置用户权限。 更多... | |
| void | SetStartTime (const foxit::DateTime &start_time) |
| 设置有效期限开始时间。 更多... | |
| void | SetTitle (const WString &title) |
| 设置文件名称。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类表示和OFD信封信息相关的操作。
| foxit::ofd::OFDEnvelopeInfo::OFDEnvelopeInfo | ( | const OFDEnvelopeInfo & | other | ) |
构造函数,通过另一个OFD信封信息对象。
| [in] | other | 另一个OFD信封信息对象。 |
| EnvelopeEncryptType foxit::ofd::OFDEnvelopeInfo::GetCipher | ( | ) | const |
获取加密类型。
| foxit::DateTime foxit::ofd::OFDEnvelopeInfo::GetCreateTime | ( | ) | const |
获取创建时间。
| WString foxit::ofd::OFDEnvelopeInfo::GetCreator | ( | ) | const |
获取创建人。
| WString foxit::ofd::OFDEnvelopeInfo::GetCryptoType | ( | ) | const |
获取加密类型。
| WString foxit::ofd::OFDEnvelopeInfo::GetDescription | ( | ) | const |
获取文件描述。
| WString foxit::ofd::OFDEnvelopeInfo::GetDocType | ( | ) | const |
获取文件类型。
| foxit::DateTime foxit::ofd::OFDEnvelopeInfo::GetExpirationTime | ( | ) | const |
获取有效期限结束时间。
| WString foxit::ofd::OFDEnvelopeInfo::GetFileCode | ( | ) | const |
获取文件代码。
| WString foxit::ofd::OFDEnvelopeInfo::GetFilter | ( | ) | const |
获取密码机密和证书加密标志位。
| WString foxit::ofd::OFDEnvelopeInfo::GetHashKey | ( | ) | const |
获取密码哈希值。
| WString foxit::ofd::OFDEnvelopeInfo::GetPassword | ( | ) | const |
获取密码。
| WString foxit::ofd::OFDEnvelopeInfo::GetPermission | ( | ) | const |
获取用户权限。
| WString foxit::ofd::OFDEnvelopeInfo::GetSecurityType | ( | ) | const |
获取安全类型。
| foxit::DateTime foxit::ofd::OFDEnvelopeInfo::GetStartTime | ( | ) | const |
获取有效期限开始时间。
| WString foxit::ofd::OFDEnvelopeInfo::GetSubFilter | ( | ) | const |
获取加密子标志位。
| WString foxit::ofd::OFDEnvelopeInfo::GetTitle | ( | ) | const |
获取标题。
| bool foxit::ofd::OFDEnvelopeInfo::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当前对象为空时,表示当前对象是无用的。
| bool foxit::ofd::OFDEnvelopeInfo::operator != | ( | const OFDEnvelopeInfo & | other | ) | const |
不相等操作符。
| [in] | other | 另一个OFD信封信息对象。此函数将检查当前对象是否不等于这个对象。 |
| OFDEnvelopeInfo& foxit::ofd::OFDEnvelopeInfo::operator= | ( | const OFDEnvelopeInfo & | other | ) |
赋值操作符。
| [in] | other | 另一个OFD信封信息对象,其值将被赋给当前对象。 |
| bool foxit::ofd::OFDEnvelopeInfo::operator== | ( | const OFDEnvelopeInfo & | other | ) | const |
相等操作符。
| [in] | other | 另一个OFD信封信息对象。此函数将检查当前对象是否等于这个对象。 |
| void foxit::ofd::OFDEnvelopeInfo::SetCipher | ( | EnvelopeEncryptType | cipher | ) |
设置加密类型。
| [in] | cipher | 加密类型。请参考从枚举 foxit::ofd::EnvelopeInfo::e_EnvelopeEncryptTypeRC4 开始的值, 这应该是这些值中的一个。 |
| void foxit::ofd::OFDEnvelopeInfo::SetCreateTime | ( | const foxit::DateTime & | create_time | ) |
设置创建时间。
| [in] | create_time | 创建时间。 |
| void foxit::ofd::OFDEnvelopeInfo::SetCreator | ( | const WString & | creator | ) |
设置创建人。
| [in] | creator | 创建人。 |
| void foxit::ofd::OFDEnvelopeInfo::SetDescription | ( | const WString & | description | ) |
设置文件描述。
| [in] | description | 文件描述。 |
| void foxit::ofd::OFDEnvelopeInfo::SetDocType | ( | const WString & | doc_type | ) |
设置文件类型。
| [in] | doc_type | 文件类型。 |
| void foxit::ofd::OFDEnvelopeInfo::SetExpirationTime | ( | const foxit::DateTime & | expiration_time | ) |
设置有效期限结束时间。
| [in] | expiration_time | 有效期限结束时间。 |
| void foxit::ofd::OFDEnvelopeInfo::SetFileCode | ( | const WString & | file_code | ) |
设置文件代码。
| [in] | file_code | 文件代码。 |
| void foxit::ofd::OFDEnvelopeInfo::SetPassword | ( | const WString & | password | ) |
设置密码。
| [in] | password | 密码。 |
| void foxit::ofd::OFDEnvelopeInfo::SetPermission | ( | const WString & | permission | ) |
设置用户权限。
| [in] | permission | 用户权限。 |
| void foxit::ofd::OFDEnvelopeInfo::SetStartTime | ( | const foxit::DateTime & | start_time | ) |
设置有效期限开始时间。
| [in] | start_time | 有效期限开始时间。 |
| void foxit::ofd::OFDEnvelopeInfo::SetTitle | ( | const WString & | title | ) |
设置文件名称。
| [in] | title | 文件名称。 |