Home
last modified time | relevance | path

Searched defs:providerList (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/security/jca/
DProviderList.java47 sun.security.jca.ProviderList providerList, java.security.Provider p) { in add()
52 sun.security.jca.ProviderList providerList, java.security.Provider p, int position) { in insertAt()
57 sun.security.jca.ProviderList providerList, java.lang.String name) { in remove()
DProviders.java137 private static volatile sun.security.jca.ProviderList providerList; field in Providers
/libcore/ojluni/src/main/java/sun/security/jca/
DProviders.java55 private static volatile ProviderList providerList; field in Providers