Interface IRevokedStatus

All Superinterfaces:
ICertificateStatus
All Known Implementing Classes:
RevokedStatusBC, RevokedStatusBCFips

public interface IRevokedStatus extends ICertificateStatus
This interface represents the wrapper for RevokedStatus that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Calls actual getRevocationTime method for the wrapped RevokedStatus object.

    Methods inherited from interface com.itextpdf.commons.bouncycastle.cert.ocsp.ICertificateStatus

    getGood
  • Method Details

    • getRevocationTime

      Date getRevocationTime()
      Calls actual getRevocationTime method for the wrapped RevokedStatus object.
      Returns:
      certificate revocation time.