Home
last modified time | relevance | path

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

/libcore/support/src/test/java/libcore/java/security/
DStandardNames.java1103 int withDelimiterIndex = remainder.indexOf("_WITH_"); in isPermittedDefaultCipherSuite() local
1104 assertTrue(cipherSuite, withDelimiterIndex != -1); in isPermittedDefaultCipherSuite()
1107 String keyExchange = remainder.substring(0, withDelimiterIndex); in isPermittedDefaultCipherSuite()
1109 String bulkEncryptionCipher = remainder.substring(withDelimiterIndex + "_WITH_".length()); in isPermittedDefaultCipherSuite()