Searched refs:createCipher (Results 1 – 1 of 1) sorted by relevance
803 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