Searched refs:getSpiClass (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/main/java/java/security/ |
D | Security.java | 602 private static Class<?> getSpiClass(String type) { in getSpiClass() method in Security 628 (type, getSpiClass(type), algorithm).toArray(); in getImpl() 631 (type, getSpiClass(type), algorithm, provider).toArray(); in getImpl() 640 (type, getSpiClass(type), algorithm, params).toArray(); in getImpl() 643 (type, getSpiClass(type), algorithm, params, provider).toArray(); in getImpl() 657 (type, getSpiClass(type), algorithm, provider).toArray(); in getImpl() 664 (type, getSpiClass(type), algorithm, params, provider).toArray(); in getImpl()
|