Interface RevocationReference

All Superinterfaces:
BoundsReference, CertificateReference
All Known Implementing Classes:
Revoked, RevokedCANoPoe, RevokedNoPoe

public interface RevocationReference extends BoundsReference
  • Method Details

    • getRevocationDate

      Date getRevocationDate()
    • getRevocationReason

      String getRevocationReason()
    • before

      default boolean before(Date date)
    • after

      default boolean after(Date date)
    • inBounds

      default boolean inBounds(Date date)
      Specified by:
      inBounds in interface BoundsReference
    • expired

      default boolean expired(Date date)
      Specified by:
      expired in interface BoundsReference