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

/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DPinListEntry.java49 private final TrustedCertificateStore certStore; field in class:PinListEntry
63 certStore = store;
140 if (certStore == null) {
144 if (certStore.isUserAddedCertificate(cert)) {
H A DCertPinManager.java45 private final TrustedCertificateStore certStore; field in class:CertPinManager
49 certStore = store;
59 certStore = store;
92 PinListEntry pin = new PinListEntry(entry, certStore);

Completed in 370 milliseconds