Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/javax/crypto/
DCipher.java217 return getCipher(transformation, null); in getInstance()
281 return getCipher(transformation, provider); in getInstance()
293 private static Cipher getCipher(String transformation, Provider provider) in getCipher() method in Cipher