Searched defs:newCipher (Results 1 – 4 of 4) sorted by relevance
29 public Cipher newCipher(String transformation) in newCipher() method36 public Cipher newCipher(String transformation) in newCipher() method
33 private fun newCipher(): Cipher = Cipher.getInstance(transformation) in newCipher() method
26 Cipher newCipher(String transformation) throws NoSuchPaddingException, NoSuchAlgorithmException; in newCipher() method
28 Cipher newCipher(String transformation) throws NoSuchPaddingException, NoSuchAlgorithmException; in newCipher() method