Interface ICertificateStatus

All Known Subinterfaces:
IRevokedStatus, IUnknownStatus
All Known Implementing Classes:
CertificateStatusBC, CertificateStatusBCFips, RevokedStatusBC, RevokedStatusBCFips, UnknownStatusBC, UnknownStatusBCFips

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

    Modifier and Type
    Method
    Description
    Gets GOOD constant for the wrapped CertificateStatus.
  • Method Details

    • getGood

      ICertificateStatus getGood()
      Gets GOOD constant for the wrapped CertificateStatus.
      Returns:
      CertificateStatus.GOOD wrapper.