Searched refs:SECRET_KEY_ALGORITHM (Results 1 – 1 of 1) sorted by relevance
47 private static final String SECRET_KEY_ALGORITHM = "AES"; field in RecoverableKeyGenerator63 KeyGenerator keyGenerator = KeyGenerator.getInstance(SECRET_KEY_ALGORITHM); in newInstance()146 SecretKey key = new SecretKeySpec(keyBytes, SECRET_KEY_ALGORITHM); in importKey()