| RSA BSAFE CERT-J |
Certificate Management Components for Java |
| Javadoc |
 
![]() |
It holds the service type and the name of the service provider.
Inheritance diagram for Provider:

Public Methods | |
| Provider (int type, String name) throws InvalidParameterException | |
Constructs a Provider object and initializes it with name for certJ methods. More... | |
| int Provider:: | getType () |
Returns the type of the service provider for this Provider object. More... | |
| String Provider:: | getName () |
| Returns the name of the service provider for this object. More... | |
| ProviderImplementation Provider:: | instantiate (CertJ certJ) throws ProviderManagementException |
Instantiates a ProviderImplementation object for certJ. More... | |
|
||||||||||||
|
Constructs a
|
|
|
Returns the name of the service provider for this object.
|
|
|
Returns the type of the service provider for this
|
|
|
Instantiates a
Reimplemented in CMP. |