| Interface | Description |
|---|---|
| IConnector |
This interface represents a connector that forwards
CMS requests to a remote authority.
|
| IHttpConnection |
This represents a HTTP connection to a remote authority.
|
| IHttpConnFactory |
Maintains a pool of connections to to a Remote Authority.
|
| IHttpPKIMessage |
This represents a Http PKI message.
|
| IPKIMessage |
Messages that are serialized and go over the wire.
|
| IRemoteAuthority |
This represents a remote authority that can be
a certificate manager, or key recovery manager or
some other manager.
|
| IRequestEncoder |
This represents a rquest encoder that serializes and
deserializes a request to a Remote Authority so that it can be sent through
the connector.
|
| IResender |
Resend requests at intervals to the server to ensure completion of requests.
|