Searched refs:YR_2050 (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/sun/security/x509/
H A DCertificateValidity.java54 private static final long YR_2050 = 2524636800000L; field in class:CertificateValidity
157 if (notBefore.getTime() < YR_2050) {
162 if (notAfter.getTime() < YR_2050) {
H A DX509CRLEntryImpl.java80 private static final long YR_2050 = 2524636800000L; field in class:X509CRLEntryImpl
165 if (revocationDate.getTime() < YR_2050) {
H A DX509CRLImpl.java111 private static final long YR_2050 = 2524636800000L; field in class:X509CRLImpl
298 if (thisUpdate.getTime() < YR_2050)
304 if (nextUpdate.getTime() < YR_2050)

Completed in 94 milliseconds