-
Key: PKI-21
-
Legacy Issue Number: 4480
-
Status: closed
-
Source: Fujitsu ( Stephen McConnell [X] (Inactive))
-
Summary:
Under the PKIAuthority module there is an interface call
RegistrationAuthority. This interface basically provides operations through
which the client gets a reference to a object derived from RequestManager.
For all practical purposes the RequestManager is an abstract type, whereas
the derived managers (certificate request manager, key revocation manager,
key recovery manager, key update manager) are concrete. As such, the
definition of RequestManager should be changed from a concrete to an
abstract interface./**
- Generic interface for a manager object.
*/
abstract interface RequestManager
{ ..... };
- Generic interface for a manager object.
-
Reported: PKI 1.0b1 — Wed, 8 Aug 2001 04:00 GMT
-
Disposition: Resolved — PKI 1.0
-
Disposition Summary:
Change IDL to make RequestManager and abstract interface
-
Updated: Fri, 6 Mar 2015 20:58 GMT
PKI — PKIAuthority module - definition of RequestManager
- Key: PKI-21
- OMG Task Force: Public Key Infrastructure FTF