Searched defs:cipher (Results 1 – 3 of 3) sorted by relevance
161 private boolean initCipher(Cipher cipher, String keyName) { in initCipher()208 private void tryEncrypt(Cipher cipher) { in tryEncrypt()290 PurchaseButtonClickListener(Cipher cipher, String keyName) { in PurchaseButtonClickListener()
103 Cipher cipher = Cipher.getInstance( in tryEncrypt() local
160 Cipher cipher = Cipher.getInstance("AES/CBC/PKCS7PADDING"); in encryptOrDecrypt() local