X509CertImpl.checkValidity

Checks that the certificate is currently valid, i.e. the current time is within the specified validity period.

@exception CertificateExpiredException if the certificate has expired. @exception CertificateNotYetValidException if the certificate is not yet valid.

  1. void checkValidity()
    class X509CertImpl
    override
    void
    checkValidity
    ()
  2. void checkValidity(Date date)

Meta