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

/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DJarSigner.java158 private boolean hasExpiredCert = false; field in class:JarSigner
261 if (chainNotValidated || hasExpiredCert || notYetValidCert) {
750 if (hasUnsignedEntry || hasExpiredCert || hasExpiringCert ||
776 if (hasExpiredCert) {
889 hasExpiredCert = true;
1378 if (hasExpiredCert || hasExpiringCert || notYetValidCert
1399 if (hasExpiredCert) {
1518 // No more warning, we alreay have hasExpiredCert or notYetValidCert
1830 // No more warning, we alreay have hasExpiredCert or notYetValidCert

Completed in 41 milliseconds