Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java638 return createCipher(transformation, null); in getInstance()
736 return createCipher(transformation, provider); in getInstance()
739 static final Cipher createCipher(String transformation, Provider provider) in createCipher() method in Cipher