Searched refs:caChain (Results 1 – 1 of 1) sorted by relevance
197 final Collection<X509Certificate> caChain = toCertificates(caBytes); in engineGetCertificateChain() local199 caList = new Certificate[caChain.size() + 1]; in engineGetCertificateChain()201 final Iterator<X509Certificate> it = caChain.iterator(); in engineGetCertificateChain()