Searched refs:CIPHER_ALGORITHM (Results 1 – 2 of 2) sorted by relevance
31 private static final String CIPHER_ALGORITHM = "AES/CBC/PKCS5Padding"; field in CryptoHelper63 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encryptBundle()89 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decryptBundle()
48 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in WrappedKeyTest70 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in fromSecretKey_createsWrappedKeyThatCanBeUnwrapped()