Searched refs:CIPHER_TRANSFORMATION (Results 1 – 1 of 1) sorted by relevance
69 private static final String CIPHER_TRANSFORMATION = KeyProperties.KEY_ALGORITHM_AES + "/" field in AuthenticationBoundKeyTestActivity249 Cipher cipher = Cipher.getInstance(CIPHER_TRANSFORMATION); in tryEncryptWithLockscreenKey()270 Cipher cipher = Cipher.getInstance(CIPHER_TRANSFORMATION); in initFingerprintEncryptionCipher()