|
Foxit PDF SDK
|
继承自 Object .
Public 类型 | |
| enum | ResponseType { e_TypeNone = 0, e_TypeCRL = 1, e_TypeOCSP = 2 } |
| 响应类型枚举。 更多... | |
Public 成员函数 | |
| Response (ResponseType type, const String &response_data) | |
| 带参数的构造函数。 更多... | |
| Response () | |
| 构造函数。 | |
| Response (const Response &other) | |
| 带另一个响应对象的构造函数。 更多... | |
| ~Response () | |
| 析构函数。 | |
| bool | operator != (const Response &other) const |
| 不相等运算符。 更多... | |
| Response & | operator= (const Response &other) |
| 赋值运算符。 更多... | |
| bool | operator== (const Response &other) const |
| 相等运算符。 更多... | |
| void | Set (ResponseType type, const String &response_data) |
| 设置值。 更多... | |
Public 属性 | |
| String | response_data |
| 响应内容。 | |
| ResponseType | type |
| 响应类型。请参考从 Response::e_TypeNone 开始的值, 应为这些值之一。 | |
此类表示证书的响应。
|
inline |
带参数的构造函数。
| [in] | type | 响应类型。请参考从 Response::e_TypeNone 开始的值, 应为这些值之一。 |
| [in] | response_data | 响应内容。 |
|
inline |
带另一个响应对象的构造函数。
| [in] | other | 另一个响应对象。 |
|
inline |
不相等运算符。
| [in] | other | 另一个响应对象。此函数将检查当前对象是否与此对象不相等。 |
赋值运算符。
| [in] | other | 另一个响应对象,其值将被赋给当前对象。 |
|
inline |
相等运算符。
| [in] | other | 另一个响应对象。此函数将检查当前对象是否与此对象相等。 |
|
inline |