Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java456 assertKeyPairAndCertificateUsableForTLSPeerAuthentication(TEST_ALIAS_1); in testGenerate_EC_LegacySpec()
503 assertKeyPairAndCertificateUsableForTLSPeerAuthentication(TEST_ALIAS_2); in testGenerate_EC_LegacySpec()
549 assertKeyPairAndCertificateUsableForTLSPeerAuthentication(TEST_ALIAS_3); in testGenerate_EC_LegacySpec()
597 assertKeyPairAndCertificateUsableForTLSPeerAuthentication(TEST_ALIAS_1); in testGenerate_RSA_LegacySpec()
1434 assertKeyPairAndCertificateUsableForTLSPeerAuthentication(TEST_ALIAS_1); in testGenerate_EC_ModernSpec_UsableForTLSPeerAuthHelper()
1475 assertKeyPairAndCertificateUsableForTLSPeerAuthentication(TEST_ALIAS_1); in testGenerate_RSA_ModernSpec_UsableForTLSPeerAuth()
1936 private void assertKeyPairAndCertificateUsableForTLSPeerAuthentication(String alias) in assertKeyPairAndCertificateUsableForTLSPeerAuthentication() method in KeyPairGeneratorTest