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.java405 assertKeyPairAndCertificateUsableForTLSPeerAuthentication(TEST_ALIAS_1); in testGenerate_EC_LegacySpec()
452 assertKeyPairAndCertificateUsableForTLSPeerAuthentication(TEST_ALIAS_2); in testGenerate_EC_LegacySpec()
498 assertKeyPairAndCertificateUsableForTLSPeerAuthentication(TEST_ALIAS_3); in testGenerate_EC_LegacySpec()
545 assertKeyPairAndCertificateUsableForTLSPeerAuthentication(TEST_ALIAS_1); in testGenerate_RSA_LegacySpec()
1196 assertKeyPairAndCertificateUsableForTLSPeerAuthentication(TEST_ALIAS_1); in testGenerate_EC_ModernSpec_UsableForTLSPeerAuthHelper()
1236 assertKeyPairAndCertificateUsableForTLSPeerAuthentication(TEST_ALIAS_1); in testGenerate_RSA_ModernSpec_UsableForTLSPeerAuth()
1688 private void assertKeyPairAndCertificateUsableForTLSPeerAuthentication(String alias) in assertKeyPairAndCertificateUsableForTLSPeerAuthentication() method in KeyPairGeneratorTest