| RSA BSAFE CERT-J |
Certificate Management Components for Java |
| Javadoc |
 
![]() |
Certain Cert-J APIs, such as database APIs, are defined by a particular service. To obtain an object of a service, use the bindService method of the CertJ class.
Inheritance diagram for Service:

Public Methods | |
| String [] Service:: | listProviderNames () |
Returns an array of String objects that contains the names of the bound providers. More... | |
| String Service:: | toString () |
Returns a String describing the service providers of this Service object. More... | |
| void Service:: | unbind () |
| Does nothing. More... | |
Static Public Methods | |
| Service Service:: | getInstance (CertJ certJ, int type) |
Creates and initializes a Service object of type type for certJ. More... | |
Protected Methods | |
| Service (CertJ certJ) | |
| Constructs a Service for certJ. More... | |
| int Service:: | getProviderCount () |
| Returns the number of providers in this service object. More... | |
| ProviderImplementation Service:: | getProviderAt (int index) |
| Returns the provider of this Service object at index position. More... | |
| void Service:: | addProvider (ProviderImplementation implementor) |
Adds implementor to this Service. More... | |
|
|
Constructs a Service for certJ. |
|
|
Adds implementor to this
|
|
||||||||||||
|
Creates and initializes a |
|
|
Returns the provider of this Service object at index position.
|
|
|
Returns the number of providers in this service object.
|
|