Searched refs:reloadKeys (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DClientKeyManager.java39 public void reloadKeys(Map<OSUCertType, List<X509Certificate>> certs, PrivateKey key) method in class:ClientKeyManager
H A DHTTPHandler.java73 mSocketFactory.reloadKeys(certs, key);
H A DOSUSocketFactory.java129 public void reloadKeys(Map<OSUCertType, List<X509Certificate>> certs, PrivateKey key) method in class:OSUSocketFactory
132 ((ClientKeyManager) mKeyManager).reloadKeys(certs, key);

Completed in 116 milliseconds