Home | History | Annotate | Download | only in pm

Lines Matching refs:localCerts

550                     final Certificate[] localCerts = loadCertificates(jarFile, je, readBuffer);
557 if (localCerts == null) {
565 certs = localCerts;
570 for (int j=0; j<localCerts.length; j++) {
572 certs[i].equals(localCerts[j])) {
577 if (!found || certs.length != localCerts.length) {