iText 8.0.2 API
|
This class contains a series of static methods that allow you to retrieve information from a Certificate. More...
Static Public Member Functions |
|
static IX509Crl | GetCRL (IX509Certificate certificate) |
Gets a CRL from an X509 certificate. More... |
|
static String | GetCRLURL (IX509Certificate certificate) |
Gets the URL of the Certificate Revocation List for a Certificate More... |
|
static IX509Crl | GetCRL (String url) |
Gets the CRL object using a CRL URL. More... |
|
static String | GetOCSPURL (IX509Certificate certificate) |
Retrieves the OCSP URL from the given certificate. More... |
|
static String | GetTSAURL (IX509Certificate certificate) |
Gets the URL of the TSA if it's available on the certificate More... |
|
This class contains a series of static methods that allow you to retrieve information from a Certificate.
|
inlinestatic |
Gets a CRL from an X509 certificate.
certificate | the X509Certificate to extract the CRL from |
|
inlinestatic |
Gets the CRL object using a CRL URL.
url | the URL where the CRL is located |
|
inlinestatic |
Gets the URL of the Certificate Revocation List for a Certificate
certificate | the Certificate |
|
inlinestatic |
Retrieves the OCSP URL from the given certificate.
certificate | the certificate |
|
inlinestatic |
Gets the URL of the TSA if it's available on the certificate
certificate | a certificate |