Searched defs:getCertificateChain (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DClientKeyManager.java81 public X509Certificate[] getCertificateChain(String alias) { method in class:ClientKeyManager
90 mKeyStore.getCertificateChain(mAliasMap.get(OSUCertType.Client))) {
H A DWiFiKeyManager.java148 public X509Certificate[] getCertificateChain(String alias) { method in class:WiFiKeyManager
151 for (Certificate certificate : mKeyStore.getCertificateChain(alias)) {
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java74 * <li>Call {@link #getPrivateKey} and {@link #getCertificateChain} to
417 public static X509Certificate[] getCertificateChain(@NonNull Context context, method in class:KeyChain
448 // case is actually no different from pre-N behaviour of getCertificateChain(),
452 List<X509Certificate> chain = store.getCertificateChain(leafCert);

Completed in 148 milliseconds