Methods
| Name | Description |
|---|---|
| addProvider(Provider) | Adds a provider to the next position available. |
| getAlgorithmProperty(String, String) | Gets a specified property for an algorithm. |
| getProperty(String) | Gets a security property. |
| getProvider(String) | Returns the provider installed with the specified name, if any. |
| getProviders() | Returns all providers currently installed. |
| insertProviderAt(Provider, int) | Adds a new provider, at a specified position. |
| removeProvider(String) | Removes the provider with the specified name. |
| setProperty(String, String) | Sets a security property. |