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

/openjdk7/jdk/test/java/security/Security/
H A DNulls.java44 if (Security.getAlgorithms(null).isEmpty() == false) {
/openjdk7/jdk/test/javax/crypto/Cipher/
H A DGetMaxAllowed.java82 System.out.println("Testing against Security.getAlgorithms()");
84 Set<String> algorithms = Security.getAlgorithms("Cipher");
107 // test using the set of algorithms returned by Security.getAlgorithms()
/openjdk7/jdk/src/share/classes/java/security/
H A DSecurity.java1077 public static Set<String> getAlgorithms(String serviceName) { method in class:Security

Completed in 34 milliseconds