Searched refs:KEY_ALGORITHM (Results 1 – 8 of 8) sorted by relevance
49 private static final String KEY_ALGORITHM = "AES"; field in WrappedKeyTest82 wrappedKey.getKeyMaterial(), KEY_ALGORITHM, Cipher.SECRET_KEY); in fromSecretKey_createsWrappedKeyThatCanBeUnwrapped_nullMetadata()101 wrappedKey.getKeyMaterial(), KEY_ALGORITHM, Cipher.SECRET_KEY); in fromSecretKey_createsWrappedKeyThatCanBeUnwrapped_nonNullMetadata()194 KeyGenerator keyGenerator = KeyGenerator.getInstance(KEY_ALGORITHM); in generateKey()201 KEY_ALGORITHM, in generateAndroidKeyStoreKey()
40 private static final String KEY_ALGORITHM = "AES"; field in TestData177 KeyGenerator keyGenerator = KeyGenerator.getInstance(KEY_ALGORITHM); in generateKey()
56 private static final String KEY_ALGORITHM = "AES"; field in RecoverableKeyGeneratorTest173 KEY_ALGORITHM, in generatePlatformKey()
72 private static final String KEY_ALGORITHM = "AES"; field in PlatformKeyManagerTest580 KEY_ALGORITHM, in generateAndroidKeyStoreKey()
85 private static final String KEY_ALGORITHM = "AES"; field in KeySyncTaskTest845 KeyGenerator keyGenerator = KeyGenerator.getInstance(KEY_ALGORITHM); in generateKey()852 KEY_ALGORITHM, in generateAndroidKeyStoreKey()
152 private static final String KEY_ALGORITHM = "AES"; field in RecoverableKeyStoreManagerTest1527 KEY_ALGORITHM, in generateAndroidKeyStoreKey()
30 private static final String KEY_ALGORITHM = "AES"; field in CryptoHelper49 KeyGenerator kgen = KeyGenerator.getInstance(KEY_ALGORITHM); in CryptoHelper()
72 private static final String KEY_ALGORITHM = "AES"; field in PlatformKeyManager458 KeyGenerator keyGenerator = KeyGenerator.getInstance(KEY_ALGORITHM); in generateAesKey()