< prev index next >

src/java.base/share/classes/java/security/cert/CertificateNotYetValidException.java

Print this page

        

*** 30,39 **** --- 30,40 ---- * the current {@code Date} or the specified {@code Date} * is before the {@code notBefore} date/time in the Certificate * validity period. * * @author Hemma Prafullchandra + * @since 1.2 */ public class CertificateNotYetValidException extends CertificateException { static final long serialVersionUID = 4355919900041064702L;
< prev index next >