|
Foxit PDF SDK
|
额外继承的成员函数 | |
Public 类型 继承自 foxit::ofd::ofdseal::Signature | |
| enum | SignatureType { e_SignatureTypeDefault = 0, e_SignatureTypeSeal = 1, e_SignatureTypeSign = 2, e_SignatureTypeTimeStamp = 3 } |
| OFD文档签名类型枚举。 更多... | |
此类表示OFD文档签名对象相关的操作。
|
explicit |
构造函数,从现有foxit::ofd::ofdseal::Signature对象。
| [in] | object | Signature对象。 此对象必须是一个有效的对象,并且其类型必须是foxit::ofd::ofdseal::SignatureType::e_SignatureTypeSign,否则构造函数将抛出异常。 |
| foxit::ofd::ofdseal::SignSignature::SignSignature | ( | const SignSignature & | other | ) |
构造函数,通过另一个签名对象。
| [in] | other | 另一个签名对象。 |
| bool foxit::ofd::ofdseal::SignSignature::ExportPublicCertificateFile | ( | const String & | file_path | ) |
导出公钥证书文件。
| [in] | file_path | 公钥证书文件保存的目标路径。 |
| foxit::common::Bitmap foxit::ofd::ofdseal::SignSignature::GetImage | ( | ) |
获取电子印章图片。
| bool foxit::ofd::ofdseal::SignSignature::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当前对象为空时,表示当前对象是无用的。
| bool foxit::ofd::ofdseal::SignSignature::operator != | ( | const SignSignature & | other | ) | const |
不相等操作符。
| [in] | other | 另一个签名对象。此函数将检查当前对象是否不等于这个对象。 |
| SignSignature& foxit::ofd::ofdseal::SignSignature::operator= | ( | const SignSignature & | other | ) |
赋值操作符。
| [in] | other | 另一个签名对象,其值将被赋给当前对象。 |
| bool foxit::ofd::ofdseal::SignSignature::operator== | ( | const SignSignature & | other | ) | const |
相等操作符。
| [in] | other | 另一个签名对象。此函数将检查当前对象是否等于这个对象。 |
| bool foxit::ofd::ofdseal::SignSignature::Verify | ( | ) |
验证签名的有效性。