Foxit PDF SDK
|
Public Member Functions | |
RevocationArrayInfo (java.util.ArrayList< byte[]> ocsp_array, java.util.ArrayList< byte[]> crl_array) | |
Constructor, with parameters. More... | |
RevocationArrayInfo () | |
Constructor. | |
RevocationArrayInfo (RevocationArrayInfo other) | |
Constructor, with another revocation array information object. More... | |
synchronized void | delete () |
Clean up related resources immediately. More... | |
java.util.ArrayList< byte[]> | getCrl_array () |
Get an array of CRL response content. More... | |
java.util.ArrayList< byte[]> | getOcsp_array () |
Get an array of OCSP response content. More... | |
void | set (java.util.ArrayList< byte[]> ocsp_array, java.util.ArrayList< byte[]> crl_array) |
Set value. More... | |
void | setCrl_array (java.util.ArrayList< byte[]> value) |
Set an array of CRL response content. More... | |
void | setOcsp_array (java.util.ArrayList< byte[]> value) |
Set an array of OCSP response content. More... | |
This class represents information in array type of revocation information.
com.foxit.sdk.pdf.RevocationArrayInfo.RevocationArrayInfo | ( | java.util.ArrayList< byte[]> | ocsp_array, |
java.util.ArrayList< byte[]> | crl_array | ||
) |
Constructor, with parameters.
[in] | ocsp_array | An array of OCSP response content. |
[in] | crl_array | An array of CRL response content. |
com.foxit.sdk.pdf.RevocationArrayInfo.RevocationArrayInfo | ( | RevocationArrayInfo | other | ) |
Constructor, with another revocation array information object.
[in] | other | Another revocation array information object. |
synchronized void com.foxit.sdk.pdf.RevocationArrayInfo.delete | ( | ) |
Clean up related resources immediately.
com.foxit.sdk.pdf.RevocationArrayInfo.getCrl_array | ( | ) |
Get an array of CRL response content.
com.foxit.sdk.pdf.RevocationArrayInfo.getOcsp_array | ( | ) |
Get an array of OCSP response content.
void com.foxit.sdk.pdf.RevocationArrayInfo.set | ( | java.util.ArrayList< byte[]> | ocsp_array, |
java.util.ArrayList< byte[]> | crl_array | ||
) |
Set value.
[in] | ocsp_array | An array of OCSP response content. |
[in] | crl_array | An array of CRL response content. |
com.foxit.sdk.pdf.RevocationArrayInfo.setCrl_array | ( | java.util.ArrayList< byte[]> | value | ) |
Set an array of CRL response content.
[in] | value | An array of CRL response content. |
com.foxit.sdk.pdf.RevocationArrayInfo.setOcsp_array | ( | java.util.ArrayList< byte[]> | value | ) |
Set an array of OCSP response content.
[in] | value | An array of OCSP response content. |