| Package | Description |
|---|---|
| sun.security.jca |
| Modifier and Type | Method and Description |
|---|---|
static ProviderList |
ProviderList.add(ProviderList providerList,
java.security.Provider p) |
static ProviderList |
Providers.beginThreadProviderList(ProviderList list)
Methods to manipulate the thread local provider list.
|
static ProviderList |
Providers.getFullProviderList()
Get the full provider list with invalid providers (those that
could not be loaded) removed.
|
static ProviderList |
Providers.getProviderList()
Return the current ProviderList.
|
static ProviderList |
Providers.getThreadProviderList() |
static ProviderList |
ProviderList.insertAt(ProviderList providerList,
java.security.Provider p,
int position) |
static ProviderList |
ProviderList.newList(java.security.Provider... providers) |
static ProviderList |
ProviderList.remove(ProviderList providerList,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
static ProviderList |
ProviderList.add(ProviderList providerList,
java.security.Provider p) |
static ProviderList |
Providers.beginThreadProviderList(ProviderList list)
Methods to manipulate the thread local provider list.
|
static void |
Providers.endThreadProviderList(ProviderList list) |
static ProviderList |
ProviderList.insertAt(ProviderList providerList,
java.security.Provider p,
int position) |
static ProviderList |
ProviderList.remove(ProviderList providerList,
java.lang.String name) |
static void |
Providers.setProviderList(ProviderList newList)
Set the current ProviderList.
|
Copyright © 2020. All Rights Reserved.