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

/openjdk7/jdk/src/share/classes/java/security/
H A DSecurity.java670 private static Class getSpiClass(String type) { method in class:Security
696 (type, getSpiClass(type), algorithm).toArray();
699 (type, getSpiClass(type), algorithm, provider).toArray();
708 (type, getSpiClass(type), algorithm, params).toArray();
711 (type, getSpiClass(type), algorithm, params, provider).toArray();
725 (type, getSpiClass(type), algorithm, provider).toArray();
732 (type, getSpiClass(type), algorithm, params, provider).toArray();

Completed in 29 milliseconds