Searched refs:toCertificates (Results 1 – 2 of 2) sorted by relevance
498 Collection<X509Certificate> chain = toCertificates(certChainBytes); in getCertificateChain()581 public static Collection<X509Certificate> toCertificates(@NonNull byte[] bytes) { in toCertificates() method in KeyChain
121 final Collection<X509Certificate> caChain = toCertificates(caBytes); in engineGetCertificateChain()227 private static Collection<X509Certificate> toCertificates(byte[] bytes) { in toCertificates() method in AndroidKeyStoreSpi