|
Foxit PDF SDK
|
Public Member Functions | |
| CertIssuerPair () | |
| Constructor. | |
| CertIssuerPair (byte[] cert, byte[] issuer) | |
| Constructor, with parameters. More... | |
| CertIssuerPair (CertIssuerPair other) | |
| Constructor, with another cert-issuer pair object. More... | |
| synchronized void | delete () |
| Clean up related resources immediately. More... | |
| byte[] | getCert () |
| Get certificate content. More... | |
| byte[] | getIssuer () |
| Get an issuer of the certificate. More... | |
| void | set (byte[] cert, byte[] issuer) |
| Set value. More... | |
| void | setCert (byte[] value) |
| Set certificate content. More... | |
| void | setIssuer (byte[] value) |
| Set an issuer of the certificate. More... | |
This class represents a cert-issuer pair.
| com.foxit.sdk.pdf.CertIssuerPair.CertIssuerPair | ( | byte[] | cert, |
| byte[] | issuer | ||
| ) |
Constructor, with parameters.
| [in] | cert | Certificate content. |
| [in] | issuer | An issuer for the certificate. |
| com.foxit.sdk.pdf.CertIssuerPair.CertIssuerPair | ( | CertIssuerPair | other | ) |
Constructor, with another cert-issuer pair object.
| [in] | other | Another cert-issuer pair object. |
| synchronized void com.foxit.sdk.pdf.CertIssuerPair.delete | ( | ) |
Clean up related resources immediately.
| com.foxit.sdk.pdf.CertIssuerPair.getCert | ( | ) |
Get certificate content.
| com.foxit.sdk.pdf.CertIssuerPair.getIssuer | ( | ) |
Get an issuer of the certificate.
| void com.foxit.sdk.pdf.CertIssuerPair.set | ( | byte[] | cert, |
| byte[] | issuer | ||
| ) |
Set value.
| [in] | cert | Certificate content. |
| [in] | issuer | An issuer for the certificate. |
| com.foxit.sdk.pdf.CertIssuerPair.setCert | ( | byte[] | value | ) |
Set certificate content.
| [in] | value | Certificate content. |
| com.foxit.sdk.pdf.CertIssuerPair.setIssuer | ( | byte[] | value | ) |
Set an issuer of the certificate.
| [in] | value | An issuer of the certificate. |