Searched defs:cipher (Results 1 – 4 of 4) sorted by relevance
63 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encryptBundle() local89 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decryptBundle() local115 …vate byte[] createMac(@NonNull byte[] cipher, @NonNull byte[] iv) throws GeneralSecurityException { in createMac()
115 public CryptoObject(Cipher cipher) { in CryptoObject()
752 Cipher cipher = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/" in getDecryptedPasswordForTiedProfile() local1051 Cipher cipher = Cipher.getInstance( in tieProfileLockToParent() local
211 public CryptoObject(@NonNull Cipher cipher) { in CryptoObject()