Searched refs:algorithms (Results 1 – 3 of 3) sorted by relevance
130 Set<String> algorithms = mDisplayHashManager.getSupportedHashAlgorithms(); in setUp() local131 assertNotNull(algorithms); in setUp()132 assertNotEquals(0, algorithms.size()); in setUp()133 for (String algorithm : algorithms) { in setUp()
540 String[] algorithms = new String[] {"EC", "RSA", "XDH"}; in getRawResPrivateKey() local541 for (String algo : algorithms) { in getRawResPrivateKey()548 "The key should be one of " + Arrays.toString(algorithms)); in getRawResPrivateKey()
23284 field public static final String PROPERTY_ALGORITHMS = "algorithms";