Interface IRevokedStatus

  • All Superinterfaces:
    ICertificateStatus
    All Known Implementing Classes:
    RevokedStatusBC

    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 Detail

      • getRevocationTime

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