Home
last modified time | relevance | path

Searched refs:rootKeyStoreLocal (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DTrustManagerImpl.java177 KeyStore rootKeyStoreLocal = null; in TrustManagerImpl() local
189 rootKeyStoreLocal = keyStore; in TrustManagerImpl()
195 rootKeyStoreLocal = null; in TrustManagerImpl()
218 this.rootKeyStore = rootKeyStoreLocal; in TrustManagerImpl()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DTrustManagerImpl.java182 KeyStore rootKeyStoreLocal = null; in TrustManagerImpl() local
194 rootKeyStoreLocal = keyStore; in TrustManagerImpl()
200 rootKeyStoreLocal = null; in TrustManagerImpl()
223 this.rootKeyStore = rootKeyStoreLocal; in TrustManagerImpl()