History log of /frameworks/base/core/java/android/security/net/config/TrustedCertificateStoreAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
aa6c3c3e252252b80c3900bd4c1ff27d37265c6d 18-Dec-2015 Chad Brubaker <cbrubaker@google.com> Support TrustedCertificateStore.findAllIssuers

Change-Id: I176ec42c9907e50ee218e4fb352b530ca797be46
/frameworks/base/core/java/android/security/net/config/TrustedCertificateStoreAdapter.java
725fefb38a4cb0ab89de439f8131d6c46ccd8b17 25-Nov-2015 Chad Brubaker <cbrubaker@google.com> Use a custom TrustedCertificateStore

Providing a TrustedCertificateStore to TrustManagerImpl avoids loading
all of the trusted certificates into memory and indexing them. This
is mainly for the system certificate store where loading all of the
store into memory is wasteful for most applications.

Change-Id: I9e6057f6a13d38ea7762fcac2f62bd3ff475af39
/frameworks/base/core/java/android/security/net/config/TrustedCertificateStoreAdapter.java