HomeSort by relevance Sort by last modified time
    Searched refs:algArray (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
KeyAgreementFunctionalTest.java 25 String[] algArray = {"DES", "DESede"};
27 KeyAgreementThread kat = new KeyAgreementThread(algArray);
KeyGeneratorFunctionalTest.java 22 String[] algArray = {"AES", "DES", "DESEDE", "DESede",
27 KeyGeneratorThread kgt = new KeyGeneratorThread(algArray);
MacFunctionalTest.java 22 String[] algArray = {"HMACSHA1", "HMACSHA256", "HMACSHA384",
25 MacThread mt = new MacThread(algArray);
SecretKeyFactoryFunctionalTest.java 22 String[] algArray = {"DES", "DESede", "PBEWITHMD5ANDDES"};
24 SecretKeyFactoryThread skft = new SecretKeyFactoryThread(algArray);

Completed in 56 milliseconds