Searched refs:APPLICATION_KEY_ALGORITHM (Results 1 – 2 of 2) sorted by relevance
47 private static final String APPLICATION_KEY_ALGORITHM = "AES"; field in WrappedKey228 wrappedKey.getKeyMaterial(), APPLICATION_KEY_ALGORITHM, Cipher.SECRET_KEY); in unwrapKeys()
60 private static final String APPLICATION_KEY_ALGORITHM = "AES"; field in KeySyncUtilsTest521 KeyGenerator keyGenerator = KeyGenerator.getInstance(APPLICATION_KEY_ALGORITHM); in generateApplicationKey()