Searched refs:newCipher (Results 1 – 3 of 3) sorted by relevance
29 public Cipher newCipher(String transformation) in newCipher() method36 public Cipher newCipher(String transformation) in newCipher() method
26 Cipher newCipher(String transformation) throws NoSuchPaddingException, NoSuchAlgorithmException; in newCipher() method
69 cipher = config.cipherFactory().newCipher(tx.toFormattedString()); in EncryptStrategy()