Searched refs:CIPHER_ALGORITHM (Results 1 – 2 of 2) sorted by relevance
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()