org.bouncycastle.jce.provider
public class X509CRLObject extends X509CRL
| Constructor Summary | |
|---|---|
| X509CRLObject(CertificateList c) | |
| Method Summary | |
|---|---|
| Set | getCriticalExtensionOIDs() |
| byte[] | getEncoded() |
| byte[] | getExtensionValue(String oid) |
| Principal | getIssuerDN() |
| X500Principal | getIssuerX500Principal() |
| Date | getNextUpdate() |
| Set | getNonCriticalExtensionOIDs() |
| X509CRLEntry | getRevokedCertificate(BigInteger serialNumber) |
| Set | getRevokedCertificates() |
| String | getSigAlgName() |
| String | getSigAlgOID() |
| byte[] | getSigAlgParams() |
| byte[] | getSignature() |
| byte[] | getTBSCertList() |
| Date | getThisUpdate() |
| int | getVersion() |
| boolean | hasUnsupportedCriticalExtension()
Will return true if any extensions are present and marked
as critical as we currently dont handle any extensions! |
| boolean | isRevoked(Certificate cert)
Checks whether the given certificate is on this CRL.
|
| String | toString()
Returns a string representation of this CRL.
|
| void | verify(PublicKey key) |
| void | verify(PublicKey key, String sigProvider) |
Parameters: cert the certificate to check for.
Returns: true if the given certificate is on this CRL, false otherwise.
Returns: a string representation of this CRL.