|
Foxit PDF SDK
|
Public Member Functions | |
| Response () | |
| Constructor. | |
| Response (int type, byte[] response_data) | |
| Constructor, with parameters. More... | |
| Response (Response other) | |
| Constructor, with another response object. More... | |
| synchronized void | delete () |
| Clean up related resources immediately. More... | |
| byte[] | getResponse_data () |
| Get response content. More... | |
| int | getType () |
| Get response type. More... | |
| void | set (int type, byte[] response_data) |
| Set value. More... | |
| void | setResponse_data (byte[] value) |
| Set response content. More... | |
| void | setType (int value) |
| Set response type. More... | |
Static Public Attributes | |
| static final int | e_TypeCRL = 1 |
| CRL response. | |
| static final int | e_TypeNone = 0 |
| No response. | |
| static final int | e_TypeOCSP = 2 |
| OCSP response. | |
This class represents a response for a certificate.
| com.foxit.sdk.pdf.Response.Response | ( | int | type, |
| byte[] | response_data | ||
| ) |
Constructor, with parameters.
| [in] | type | Response type. Please refer to values starting from com.foxit.sdk.pdf.Response.e_TypeNone and this should be one of these values. |
| [in] | response_data | Response content. |
| com.foxit.sdk.pdf.Response.Response | ( | Response | other | ) |
Constructor, with another response object.
| [in] | other | Another response object. |
| synchronized void com.foxit.sdk.pdf.Response.delete | ( | ) |
Clean up related resources immediately.
| com.foxit.sdk.pdf.Response.getResponse_data | ( | ) |
Get response content.
| com.foxit.sdk.pdf.Response.getType | ( | ) |
Get response type.
| void com.foxit.sdk.pdf.Response.set | ( | int | type, |
| byte[] | response_data | ||
| ) |
Set value.
| [in] | type | Response type. Please refer to values starting from com.foxit.sdk.pdf.Response.e_TypeNone and this should be one of these values. |
| [in] | response_data | Response content. |
| com.foxit.sdk.pdf.Response.setResponse_data | ( | byte[] | value | ) |
Set response content.
| [in] | value | Response content. |
| com.foxit.sdk.pdf.Response.setType | ( | int | value | ) |
Set response type.
| [in] | value | Response type. Please refer to values starting from com.foxit.sdk.pdf.Response.e_TypeNone and this should be one of these values. |