Uses of Class
javax.security.cert.CertificateNotYetValidException
| Package | Description |
|---|---|
| javax.security.cert |
This package is provided only for compatibility reasons.
|
-
Uses of CertificateNotYetValidException in javax.security.cert
Methods in javax.security.cert that throw CertificateNotYetValidException Modifier and Type Method Description abstract voidX509Certificate. checkValidity()Checks whether the certificate is currently valid.abstract voidX509Certificate. checkValidity(Date date)Checks whether the certificate is valid at the specified date.