Package org.xipki.security.asn1
Class CrlStreamParser.RevokedCert
- java.lang.Object
-
- org.xipki.security.asn1.CrlStreamParser.RevokedCert
-
- Enclosing class:
- CrlStreamParser
public static class CrlStreamParser.RevokedCert extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.x500.X500NamegetCertificateIssuer()longgetInvalidityDate()intgetReason()longgetRevocationDate()BigIntegergetSerialNumber()
-
-
-
Method Detail
-
getSerialNumber
public BigInteger getSerialNumber()
-
getRevocationDate
public long getRevocationDate()
-
getReason
public int getReason()
-
getInvalidityDate
public long getInvalidityDate()
-
getCertificateIssuer
public org.bouncycastle.asn1.x500.X500Name getCertificateIssuer()
-
-