Searched refs:CIPHER_TRANSFORMATION (Results 1 – 2 of 2) sorted by relevance
71 private static final String CIPHER_TRANSFORMATION = "AES/GCM/NoPadding"; field in CarTrustedDeviceService344 Cipher cipher = Cipher.getInstance(CIPHER_TRANSFORMATION); in encryptWithKeyStore()376 Cipher cipher = Cipher.getInstance(CIPHER_TRANSFORMATION); in decryptWithKeyStore()
65 private static final String CIPHER_TRANSFORMATION = "AES/GCM/NoPadding"; field in ConnectedDeviceStorage173 Cipher cipher = Cipher.getInstance(CIPHER_TRANSFORMATION); in encryptWithKeyStore()205 Cipher cipher = Cipher.getInstance(CIPHER_TRANSFORMATION); in decryptWithKeyStore()