#include <XKMSRegisterResult.hpp>
Inheritance diagram for XKMSRegisterResult:
The <RegisterResult> is used by the X-KRSS service to response to a user request to register a new key with the service.
The schema definition for RegisterResult is as follows :
<!-- RegisterResult --> <element name="RegisterResult" type="xkms:RegisterResultType"/> <complexType name="RegisterResultType"> <complexContent> <extension base="xkms:ResultType"> <sequence> <element ref="xkms:KeyBinding" minOccurs="0" maxOccurs="unbounded"/> <element ref="xkms:PrivateKey" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <!-- /RegisterResult -->
Constructors and Destructors | |
virtual | ~XKMSRegisterResult () |
XKMSRegisterResult () | |
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. | |
KeyBinding handling | |
virtual int | getKeyBindingSize (void) const =0 |
Find number of KeyBinding elements. | |
virtual XKMSKeyBinding * | getKeyBindingItem (int item) const =0 |
virtual XKMSKeyBinding * | appendKeyBindingItem (XKMSStatus::StatusValue status)=0 |
|
|
|
|
|
|
|
Return the element at the base of the message.
Implements XKMSMessageAbstractType. |
|
|
|
Find number of KeyBinding elements.
|