Home
last modified time | relevance | path

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

/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
DStandardNames.java1048 int withDelimiterIndex = remainder.indexOf("_WITH_"); in isPermittedDefaultCipherSuite() local
1049 assertTrue(cipherSuite, withDelimiterIndex != -1); in isPermittedDefaultCipherSuite()
1052 String keyExchange = remainder.substring(0, withDelimiterIndex); in isPermittedDefaultCipherSuite()
1054 String bulkEncryptionCipher = remainder.substring(withDelimiterIndex + "_WITH_".length()); in isPermittedDefaultCipherSuite()