Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/javax/crypto/
DCipher.java300 if (tryCombinations(null, provider, transformParts) == null) { in getCipher()
354 final Engine.SpiAndProvider sap = tryCombinations(key, specifiedProvider, in getSpi()
384 private static Engine.SpiAndProvider tryCombinations(Key key, Provider provider, in tryCombinations() method in Cipher