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

/openjdk7/jdk/src/share/classes/sun/security/pkcs12/
H A DPKCS12KeyStore.java205 private ArrayList<CertEntry> certEntries = new ArrayList<CertEntry>(); field in class:PKCS12KeyStore
1372 certEntries.clear();
1378 * Locates a matched CertEntry from certEntries, and returns its cert.
1385 for (CertEntry ce: certEntries) {
1541 certEntries.add(new CertEntry(cert, keyId, alias));

Completed in 303 milliseconds