Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

XKMSValidateRequest Class Reference
[XML Key Management System Implementation]

#include <XKMSValidateRequest.hpp>

Inheritance diagram for XKMSValidateRequest:

Inheritance graph
[legend]
Collaboration diagram for XKMSValidateRequest:

Collaboration graph
[legend]
List of all members.

Detailed Description

Interface definition for the ValidateRequest elements.

The <ValidateRequest> is one of the fundamental message types of the XKISS service. It is used by the Validate service to find a key and return a set of key bindings for that key.

The schema definition for ValidateRequest is as follows :

   <!-- ValidateRequest -->
   <element name="ValidateRequest" type="xkms:ValidateRequestType"/>
   <complexType name="ValidateRequestType">
      <complexContent>
         <extension base="xkms:RequestAbstractType">
            <sequence>
               <element ref="xkms:QueryKeyBinding"/>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <!-- /ValidateRequest -->


Constructors and Destructors

virtual ~XKMSValidateRequest ()
 XKMSValidateRequest ()

Public Member Functions

Getter Interface Methods
virtual XERCES_CPP_NAMESPACE_QUALIFIER
DOMElement * 
getElement (void) const =0
 Return the element at the base of the message.
virtual XKMSQueryKeyBindinggetQueryKeyBinding (void)=0
 Obtain the QueryKeyBinding element.
Setter Interface Methods
virtual XKMSQueryKeyBindingaddQueryKeyBinding (void)=0
 Add a QueryKeyBinding element.


Constructor & Destructor Documentation

XKMSValidateRequest::XKMSValidateRequest  )  [inline, protected]
 

virtual XKMSValidateRequest::~XKMSValidateRequest  )  [inline, virtual]
 


Member Function Documentation

virtual XKMSQueryKeyBinding* XKMSValidateRequest::addQueryKeyBinding void   )  [pure virtual]
 

Add a QueryKeyBinding element.

Set a QueryKeyBinding element in the ValidateRequest message. The returned object can be manipulated to add KeyInfo elements to the ValidateRequest.

Returns:
A pointer to the newly created QueryKeyBinding object, or the pointer to extant object if one already existed.

virtual XERCES_CPP_NAMESPACE_QUALIFIER DOMElement* XKMSValidateRequest::getElement void   )  const [pure virtual]
 

Return the element at the base of the message.

Implements XKMSRequestAbstractType.

virtual XKMSQueryKeyBinding* XKMSValidateRequest::getQueryKeyBinding void   )  [pure virtual]
 

Obtain the QueryKeyBinding element.

The QueryKeyBinding element is the core of the ValidateRequest message, and defines the public key information that will be sent to the server.

Returns:
A pointer to the XKMSQueryKeyBinding element


The documentation for this class was generated from the following file:
Generated on Sun Jul 3 17:45:02 2005 for XML-Security-C by  doxygen 1.4.2