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

/libcore/crypto/src/main/java/org/conscrypt/
H A DCertPinManager.java44 private final TrustedCertificateStore certStore; field in class:CertPinManager
48 certStore = store;
58 certStore = store;
91 PinListEntry pin = new PinListEntry(entry, certStore);
H A DPinListEntry.java49 private final TrustedCertificateStore certStore; field in class:PinListEntry
63 certStore = store;
140 if (certStore == null) {
144 if (certStore.isUserAddedCertificate(cert)) {

Completed in 318 milliseconds