Home
last modified time | relevance | path

Searched refs:x509CertificateChain (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java1712 X509Certificate[] x509CertificateChain = new X509Certificate[certificateChain.length]; in assertUsableForTLSPeerAuthentication() local
1714 x509CertificateChain[i] = (X509Certificate) certificateChain[i]; in assertUsableForTLSPeerAuthentication()
1723 TestKeyManager.wrap(new MyKeyManager(privateKey, x509CertificateChain)) in assertUsableForTLSPeerAuthentication()
1732 clientContext, serverContext, null, x509CertificateChain, x509CertificateChain); in assertUsableForTLSPeerAuthentication()
1754 x509CertificateChain, x509CertificateChain); in assertUsableForTLSPeerAuthentication()
1758 x509CertificateChain, x509CertificateChain); in assertUsableForTLSPeerAuthentication()