Searched defs:Instance (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/jca/
H A DGetInstance.java49 public static final class Instance { class in class:GetInstance
53 private Instance(Provider provider, Object impl) { method in class:GetInstance.Instance
152 public static Instance getInstance(String type, Class clazz,
184 public static Instance getInstance(String type, Class clazz,
203 public static Instance getInstance(String type, Class clazz,
209 public static Instance getInstance(String type, Class clazz,
215 public static Instance getInstance(String type, Class clazz,
221 public static Instance getInstance(String type, Class clazz,
234 public static Instance getInstance(Service s, Class clazz)
238 return new Instance(
[all...]

Completed in 257 milliseconds