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

/frameworks/base/keystore/java/android/security/
H A DKeyChain.java71 * <li>Call {@link #getPrivateKey} and {@link #getCertificateChain} to
403 public static X509Certificate[] getCertificateChain(@NonNull Context context, method in class:KeyChain
419 .getCertificateChain(toCertificate(certificateBytes));

Completed in 82 milliseconds