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

/libcore/ojluni/src/main/java/javax/net/ssl/
H A DKeyManagerFactory.java31 import sun.security.jca.GetInstance;
152 GetInstance.Instance instance = GetInstance.getInstance
196 GetInstance.Instance instance = GetInstance.getInstance
233 GetInstance.Instance instance = GetInstance.getInstance
H A DTrustManagerFactory.java31 import sun.security.jca.GetInstance;
154 GetInstance.Instance instance = GetInstance.getInstance
198 GetInstance.Instance instance = GetInstance.getInstance
235 GetInstance.Instance instance = GetInstance.getInstance
H A DSSLContext.java31 import sun.security.jca.GetInstance;
189 GetInstance.Instance instance = GetInstance.getInstance
232 GetInstance.Instance instance = GetInstance.getInstance
269 GetInstance.Instance instance = GetInstance.getInstance
/libcore/ojluni/src/main/java/java/security/cert/
H A DCertPathBuilder.java38 import sun.security.jca.GetInstance.Instance;
173 Instance instance = GetInstance.getInstance("CertPathBuilder",
216 Instance instance = GetInstance.getInstance("CertPathBuilder",
253 Instance instance = GetInstance.getInstance("CertPathBuilder",
H A DCertPathValidator.java38 import sun.security.jca.GetInstance.Instance;
172 Instance instance = GetInstance.getInstance("CertPathValidator",
216 Instance instance = GetInstance.getInstance("CertPathValidator",
253 Instance instance = GetInstance.getInstance("CertPathValidator",
H A DCertStore.java38 import sun.security.jca.GetInstance.Instance;
237 Instance instance = GetInstance.getInstance("CertStore",
307 Instance instance = GetInstance.getInstance("CertStore",
361 Instance instance = GetInstance.getInstance("CertStore",
H A DCertificateFactory.java40 import sun.security.jca.GetInstance.Instance;
206 Instance instance = GetInstance.getInstance("CertificateFactory",
255 Instance instance = GetInstance.getInstance("CertificateFactory",
298 Instance instance = GetInstance.getInstance("CertificateFactory",
/libcore/ojluni/src/main/java/javax/crypto/
H A DJceSecurity.java37 import sun.security.jca.GetInstance.Instance;
107 Service s = GetInstance.getService(type, algorithm, provider);
114 return GetInstance.getInstance(s, clazz);
119 Service s = GetInstance.getService(type, algorithm, provider);
126 return GetInstance.getInstance(s, clazz);
131 List<Service> services = GetInstance.getServices(type, algorithm);
139 Instance instance = GetInstance.getInstance(s, clazz);
H A DKeyAgreement.java36 import sun.security.jca.GetInstance.Instance;
198 GetInstance.getServices("KeyAgreement", algorithm);
338 for (Service s : GetInstance.getServices("KeyAgreement", algorithm)) {
394 for (Service s : GetInstance.getServices("KeyAgreement", algorithm)) {
H A DMac.java38 import sun.security.jca.GetInstance.Instance;
260 List<Service> services = GetInstance.getServices("Mac", algorithm);
391 for (Service s : GetInstance.getServices("Mac", algorithm)) {
433 for (Service s : GetInstance.getServices("Mac", algorithm)) {
H A DSecretKeyFactory.java35 import sun.security.jca.GetInstance.Instance;
302 GetInstance.getServices("SecretKeyFactory", algorithm);
H A DKeyGenerator.java35 import sun.security.jca.GetInstance.Instance;
229 GetInstance.getServices("KeyGenerator", algorithm);
H A DExemptionMechanism.java38 import sun.security.jca.GetInstance.Instance;
/libcore/ojluni/src/main/java/java/security/
H A DKeyPairGenerator.java35 import sun.security.jca.GetInstance.Instance;
238 GetInstance.getServices("KeyPairGenerator", algorithm);
250 GetInstance.getInstance(s, KeyPairGeneratorSpi.class);
304 Instance instance = GetInstance.getInstance("KeyPairGenerator",
342 Instance instance = GetInstance.getInstance("KeyPairGenerator",
H A DSignature.java46 import sun.security.jca.GetInstance.Instance;
357 list = GetInstance.getServices(rsaIds);
359 list = GetInstance.getServices("Signature", algorithm);
378 GetInstance.getInstance(s, SignatureSpi.class);
503 Instance instance = GetInstance.getInstance
548 Instance instance = GetInstance.getInstance
560 Instance instance = GetInstance.getInstance(s, SignatureSpi.class);
1247 list = GetInstance.getServices(rsaIds);
1249 list = GetInstance.getServices("Signature",
1293 list = GetInstance
[all...]
H A DKeyFactory.java36 import sun.security.jca.GetInstance.Instance;
157 List<Service> list = GetInstance.getServices("KeyFactory", algorithm);
236 Instance instance = GetInstance.getInstance("KeyFactory",
275 Instance instance = GetInstance.getInstance("KeyFactory",
H A DSecureRandom.java36 import sun.security.jca.GetInstance.Instance;
297 Instance instance = GetInstance.getInstance("SecureRandom",
348 Instance instance = GetInstance.getInstance("SecureRandom",
392 Instance instance = GetInstance.getInstance("SecureRandom",
H A DSecurity.java34 import sun.security.jca.GetInstance;
627 return GetInstance.getInstance
630 return GetInstance.getInstance
639 return GetInstance.getInstance
642 return GetInstance.getInstance
656 return GetInstance.getInstance
663 return GetInstance.getInstance
/libcore/ojluni/src/main/java/sun/security/jca/
H A DGetInstance.java40 public class GetInstance { class
42 private GetInstance() { method in class:GetInstance

Completed in 156 milliseconds