Searched defs:notYetValidCert (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DJarSigner.java160 private boolean notYetValidCert = false; field in class:JarSigner
261 if (chainNotValidated || hasExpiredCert || notYetValidCert) {
752 notYetValidCert || chainNotValidated ||
784 if (notYetValidCert) {
899 notYetValidCert = true;
1378 if (hasExpiredCert || hasExpiringCert || notYetValidCert
1405 } else if (notYetValidCert) {
1518 // No more warning, we alreay have hasExpiredCert or notYetValidCert
1830 // No more warning, we alreay have hasExpiredCert or notYetValidCert

Completed in 37 milliseconds