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()
74 private static final String KEY_ALGORITHM = "AES"; field in PlatformKeyManagerTest594 KEY_ALGORITHM, in generateAndroidKeyStoreKey()
86 private static final String KEY_ALGORITHM = "AES"; field in KeySyncTaskTest935 KeyGenerator keyGenerator = KeyGenerator.getInstance(KEY_ALGORITHM); in generateKey()942 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 PlatformKeyManager469 KeyGenerator keyGenerator = KeyGenerator.getInstance(KEY_ALGORITHM); in generateAesKey()