Searched refs:certChain (Results 1 – 4 of 4) sorted by relevance
102 Certificate[] certChain; field in JDKKeyStore.StoreEntry112 this.certChain = null; in StoreEntry()118 Certificate[] certChain) in StoreEntry() argument123 this.certChain = certChain; in StoreEntry()130 Certificate[] certChain) in StoreEntry() argument135 this.certChain = certChain; in StoreEntry()181 Certificate[] certChain) in StoreEntry() argument187 this.certChain = certChain; in StoreEntry()326 return certChain; in getCertificateChain()
422 Certificate[] certChain = new Certificate[cs.size()]; in engineGetCertificateChain() local424 for (int i = 0; i != certChain.length; i++) in engineGetCertificateChain()426 certChain[i] = (Certificate)cs.elementAt(i); in engineGetCertificateChain()429 return certChain; in engineGetCertificateChain()
1863 std::vector<X509*> certChain(rest.size()); in getX509Cert() local1865 certChain[i] = rest[i]->get(); in getX509Cert()1869 certChain); in getX509Cert()
100 tlsConnection.handshakeServer(certChain=self.cert_chain,