OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YR_2050
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/java/sun/security/x509/
CertificateValidity.java
54
private static final long
YR_2050
= 2524636800000L;
157
if (notBefore.getTime() <
YR_2050
) {
162
if (notAfter.getTime() <
YR_2050
) {
X509CRLEntryImpl.java
80
private static final long
YR_2050
= 2524636800000L;
165
if (revocationDate.getTime() <
YR_2050
) {
X509CRLImpl.java
111
private static final long
YR_2050
= 2524636800000L;
298
if (thisUpdate.getTime() <
YR_2050
)
304
if (nextUpdate.getTime() <
YR_2050
)
[
all
...]
Completed in 2129 milliseconds