PKI 1.0 NO IDEA Avatar
  1. OMG Issue

PKI — PKIAuthority module - definition of RequestManager

  • Key: PKI-21
  • Legacy Issue Number: 4480
  • Status: closed  
  • 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
      { ..... }

      ;

  • 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