Searched refs:CIPHER_ALGORITHM (Results 1 – 1 of 1) sorted by relevance
75 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in BluetoothKeystoreService701 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encrypt()720 reportKeystoreException(e, "encrypt could not find the algorithm: " + CIPHER_ALGORITHM); in encrypt()752 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decrypt()768 "decrypt could not find cipher algorithm " + CIPHER_ALGORITHM); in decrypt()