| RSA BSAFE CERT-J |
Certificate Management Components for Java |
| Javadoc |
 
![]() |
A provider implementation class represents an object that handles all the SPI methods of a particular service type. An object of this class is returned when a corresponding provider object executes an instantiate method.
Inheritance diagram for ProviderImplementation:

Public Methods | |
| ProviderImplementation (CertJ certJ, String name) throws InvalidParameterException | |
Constructs a ProviderImplementation object and initializes it with name for certJ. More... | |
| String ProviderImplementation:: | getName () |
Returns the name of this Provider object. More... | |
| void ProviderImplementation:: | unregister () |
This method is called when CertJ calls unregisterService. More... | |
| String ProviderImplementation:: | toString () |
Returns a String that describes this provider. More... | |
Protected Attributes | |
| CertJ ProviderImplementation:: | certJ |
A CertJ that represents the Cert-J object for which this object is a provider. | |
|
||||||||||||
|
Constructs a
|
|
|
Returns the name of this
Reimplemented in TransportImplementation. |
|
|
Returns a
|
|
|
This method is called when
Reimplemented in TransportImplementation. |