Home
last modified time | relevance | path

Searched defs:clientChain (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/configparse/
DConfigBuilder.java35 List<X509Certificate> clientChain, PrivateKey key) in buildConfig()
125 List<X509Certificate> clientChain, in buildTLSConfig()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiEnterpriseConfigTest.java110 X509Certificate[] clientChain = new X509Certificate[] {clientCert0, clientCert1}; in testSetClientKeyEntryWithNull() local
123 X509Certificate[] clientChain = new X509Certificate[] {cert0, cert1}; in testSetClientCertificateChain() local
131 private boolean isClientCertificateChainInvalid(X509Certificate[] clientChain) { in isClientCertificateChainInvalid()