public static class CrlStreamParser.RevokedCert extends Object
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x500.X500Name |
getCertificateIssuer() |
long |
getInvalidityDate() |
int |
getReason() |
long |
getRevocationDate() |
BigInteger |
getSerialNumber() |
public BigInteger getSerialNumber()
public long getRevocationDate()
public int getReason()
public long getInvalidityDate()
public org.bouncycastle.asn1.x500.X500Name getCertificateIssuer()
Copyright © 2020. All rights reserved.