CertificateValidity.valid

Verify that the passed time is within the validity period. @param now the Date against which to compare the validity period.

@exception CertificateExpiredException if the certificate has expired with respect to the <code>Date</code> supplied. @exception CertificateNotYetValidException if the certificate is not yet valid with respect to the <code>Date</code> supplied.

  1. void valid()
  2. void valid(Date now)
    class CertificateValidity
    void
    valid
    (
    Date now
    )

Meta