Security.removeProvider
Class Overview | Class Members |
This Package |
All Packages
public static void removeProvider( String name )
Parameters
- name
- the name of the provider to remove.
Description
Removes the provider with the specified name. This method
returns silently if the provider is not installed.
See Also
getProvider, addProvider