Security.getProvider

Security.getProvider

Class Overview | Class Members | This Package | All Packages

Syntax
public static Provider getProvider( String name )
Parameters
name
the name of the provider to get.
Returns
the provider of the specified name.
Description
Returns the provider installed with the specified name, if any. Returns null if no provider with the speicified name is installed.

See Also
removeProvider, addProvider