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.java803 return createCipher(transformation, null); in getInstance()
858 return createCipher(transformation, p); in getInstance()
901 return createCipher(transformation, provider); in getInstance()
904 static final Cipher createCipher(String transformation, Provider provider) in createCipher() method in Cipher