Class RevocationInfo


  • public class RevocationInfo
    extends Object
    Wrapper class used to contain revocation information about a certificate
    • Constructor Detail

      • RevocationInfo

        public RevocationInfo()
    • Method Detail

      • getSerialNumber

        public BigInteger getSerialNumber()
      • getRevokeReason

        public CRLReason getRevokeReason()
      • getRevokedAt

        public Date getRevokedAt()
      • setSerialNumber

        public void setSerialNumber​(BigInteger serialNumber)
      • setRevokeReason

        public void setRevokeReason​(CRLReason revokeReason)
      • setRevokedAt

        public void setRevokedAt​(Date revokedAt)
      • setStatus

        public void setStatus​(CertStatus status)