Searched refs:algorithms (Results 1 – 3 of 3) sorted by relevance
141 Set<String> algorithms = mDisplayHashManager.getSupportedHashAlgorithms(); in setUp() local142 assertNotNull(algorithms); in setUp()143 assertNotEquals(0, algorithms.size()); in setUp()144 for (String algorithm : algorithms) { in setUp()
607 String[] algorithms = new String[] {"EC", "RSA", "XDH"}; in getRawResPrivateKey() local608 for (String algo : algorithms) { in getRawResPrivateKey()615 "The key should be one of " + Arrays.toString(algorithms)); in getRawResPrivateKey()
23332 field public static final String PROPERTY_ALGORITHMS = "algorithms";