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

/libcore/luni/src/test/java/libcore/javax/crypto/
H A DCipherTest.java134 private static String getBaseAlgorithm(String algorithm) { method in class:CipherTest
205 return getBaseAlgorithm(algorithm).equals("RSA");
231 KeyGenerator kg = KeyGenerator.getInstance(getBaseAlgorithm(algorithm));

Completed in 29 milliseconds