Searched refs:CIPHER_ALGORITHM (Results 1 – 8 of 8) sorted by relevance
35 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in ChunkEncryptor65 cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encrypt()
32 private static final String CIPHER_ALGORITHM = "AES/CBC/PKCS5Padding"; field in CryptoHelper64 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encryptBundle()90 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decryptBundle()
50 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in WrappedKeyTest76 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in fromSecretKey_createsWrappedKeyThatCanBeUnwrapped_nullMetadata()95 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in fromSecretKey_createsWrappedKeyThatCanBeUnwrapped_nonNullMetadata()
52 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in ChunkEncryptorTest149 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encrypt_decryptedResultCorrespondsToPlaintext()
61 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in EncryptedBackupTask212 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encryptChunkOrdering()
72 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in BackupFileDecryptorTask89 this.mCipher = Cipher.getInstance(CIPHER_ALGORITHM); in BackupFileDecryptorTask()
63 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in KvBackupEncrypterTest279 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decryptChunk()
80 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in EncryptedBackupTaskTest355 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decryptChunkOrdering()