Home | History | Annotate | Download | only in ssl

Lines Matching defs:instance

152         GetInstance.Instance instance = GetInstance.getInstance
155 return new KeyManagerFactory((KeyManagerFactorySpi)instance.impl,
156 instance.provider, algorithm);
196 GetInstance.Instance instance = GetInstance.getInstance
199 return new KeyManagerFactory((KeyManagerFactorySpi)instance.impl,
200 instance.provider, algorithm);
218 * @param provider an instance of the provider.
233 GetInstance.Instance instance = GetInstance.getInstance
236 return new KeyManagerFactory((KeyManagerFactorySpi)instance.impl,
237 instance.provider, algorithm);