| Package | Description |
|---|---|
| java.security |
Provides the classes and interfaces for the security framework.
|
| Modifier and Type | Method and Description |
|---|---|
Provider |
Provider.getService(String
Get the service describing this Provider's implementation of the specified type of this algorithm or alias.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
Provider.getServices()
Get an unmodifiable Set of all services supported by this Provider.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Provider.putService(Provider
Add a service.
|
protected void |
Provider.removeService(Provider
Remove a service previously added using
putService().
|