All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
boolean |
equals(Object obj) |
byte[] |
getAuthorityKeyIdentifier() |
X509CRL |
getCrl() |
URI |
getCrlUri() |
byte[] |
getEncoded() |
X500Principal |
getIssuer() |
org.joda.time.DateTime |
getNextUpdateTime() |
BigInteger |
getNumber() |
URI |
getParentCertificateUri()
This method is required by the interface, but should never be called
on X509Crl objects..
|
X509Crl.Entry |
getRevokedCertificate(BigInteger serialNumber) |
SortedSet<X509Crl.Entry> |
getRevokedCertificates() |
String |
getSigAlgName() |
org.joda.time.DateTime |
getThisUpdateTime() |
int |
getVersion() |
int |
hashCode() |
boolean |
isPastValidityTime() |
boolean |
isRevoked() |
boolean |
isRevoked(X509Certificate certificate) |
static X509Crl |
parseDerEncoded(byte[] encoded,
ValidationResult validationResult) |
void |
validate(String location,
CertificateRepositoryObjectValidationContext context,
CrlLocator crlLocator,
ValidationOptions options,
ValidationResult result) |
void |
validate(String location,
CertificateRepositoryObjectValidationContext context,
X509Crl crl,
URI crlUri,
ValidationOptions options,
ValidationResult result) |
void |
verify(PublicKey publicKey) |