Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java1739 List<String> fsCipherSuites = new ArrayList<String>(); in assertUsableForTLSPeerAuthentication() local
1743 fsCipherSuites.add(cipherSuite); in assertUsableForTLSPeerAuthentication()
1748 assertFalse("No FS RSA cipher suites enabled by default", fsCipherSuites.isEmpty()); in assertUsableForTLSPeerAuthentication()
1753 clientContext, serverContext, fsCipherSuites.toArray(new String[0]), in assertUsableForTLSPeerAuthentication()