Interface CertificateChainReference

All Superinterfaces:
BoundsReference, CertificateReference
All Known Implementing Classes:
ChainConstraintsFailure, Expired, InvalidGeneric, NotYetValid, OutOfBoundsNoPoe

public interface CertificateChainReference extends BoundsReference
  • Method Details

    • notBefore

      default Date notBefore()
    • notAfter

      default Date notAfter()
    • notYetValid

      default boolean notYetValid(Date date)
    • expired

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

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