Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java1740 List<String> nonFsCipherSuites = new ArrayList<String>(); in assertUsableForTLSPeerAuthentication() local
1745 nonFsCipherSuites.add(cipherSuite); in assertUsableForTLSPeerAuthentication()
1749 assertFalse("No non-FS RSA cipher suites enabled", nonFsCipherSuites.isEmpty()); in assertUsableForTLSPeerAuthentication()
1757 clientContext, serverContext, nonFsCipherSuites.toArray(new String[0]), in assertUsableForTLSPeerAuthentication()