Searched refs:CipherTestParam (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/javax/crypto/
H A DCipherTest.java2768 private static class CipherTestParam { class in class:CipherTest
2783 public CipherTestParam(String transformation, byte[] key, byte[] iv, byte[] aad, method in class:CipherTest.CipherTestParam
2795 private static List<CipherTestParam> CIPHER_TEST_PARAMS = new ArrayList<CipherTestParam>();
2797 CIPHER_TEST_PARAMS.add(new CipherTestParam("AES/ECB/PKCS5Padding", AES_128_KEY,
2804 CIPHER_TEST_PARAMS.add(new CipherTestParam("AES/ECB/PKCS7Padding", AES_128_KEY,
2810 CIPHER_TEST_PARAMS.add(new CipherTestParam("AES/GCM/NOPADDING",
2818 CIPHER_TEST_PARAMS.add(new CipherTestParam("AES/CBC/PKCS5Padding", AES_256_KEY,
2824 CIPHER_TEST_PARAMS.add(new CipherTestParam("AES/CBC/PKCS7Padding", AES_256_KEY,
2842 for (CipherTestParam
[all...]

Completed in 9 milliseconds