Home | History | Annotate | Download | only in crypto

Lines Matching refs:GetInstance

37 import sun.security.jca.GetInstance.Instance;
96 static Instance getInstance(String type, Class clazz, String algorithm,
99 Service s = GetInstance.getService(type, algorithm, provider);
106 return GetInstance.getInstance(s, clazz);
109 static Instance getInstance(String type, Class clazz, String algorithm,
111 Service s = GetInstance.getService(type, algorithm, provider);
118 return GetInstance.getInstance(s, clazz);
121 static Instance getInstance(String type, Class clazz, String algorithm)
123 List services = GetInstance.getServices(type, algorithm);
132 Instance instance = GetInstance.getInstance(s, clazz);