Home | History | Annotate | Download | only in jca

Lines Matching defs:Providers

38 public class Providers {
57 // BEGIN Android-added: Initialize all providers and assert that this succeeds.
58 // removeInvalid is specified to try initializing all configured providers
60 // of eagerly initializing all providers.
64 throw new AssertionError("Unable to configure default providers");
66 // END Android-added: Initialize all providers and assert that this succeeds.
69 private Providers() {
93 // Hardcoded classnames of providers to use for JAR verification.
96 // BEGIN Android-changed: Use Conscrypt and BC, not the sun.security providers.
107 // END Android-changed: Use Conscrypt and BC, not the sun.security providers.
174 * Get the full provider list with invalid providers (those that
180 synchronized (Providers.class) {
231 * ProviderList oldList = Providers.beginThreadProviderList(list);
235 * Providers.endThreadProviderList(oldList);
242 ProviderList.debug.println("ThreadLocal providers: " + list);
253 ProviderList.debug.println("Disabling ThreadLocal providers");
259 ("Restoring previous ThreadLocal providers: " + list);