Interface BoundsReference

All Superinterfaces:
CertificateReference
All Known Subinterfaces:
CertificateChainReference, RevocationReference
All Known Implementing Classes:
ChainConstraintsFailure, Expired, InvalidGeneric, NotYetValid, OutOfBoundsNoPoe, Revoked, RevokedCANoPoe, RevokedNoPoe

public interface BoundsReference extends CertificateReference
  • Method Details

    • getCertPath

      CertPath getCertPath()
    • inBounds

      boolean inBounds(Date date)
    • expired

      boolean expired(Date date)
    • getMessage

      String getMessage()
    • timeReference

      Date timeReference()