#include <XKMSRevokeResult.hpp>
Inheritance diagram for XKMSRevokeResult:
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 :
<!-- RevokeResult --> <element name="RevokeResult" type="xkms:RevokeResultType"/> <complexType name="RevokeResultType"> <complexContent> <extension base="xkms:ResultType"> <sequence> <element ref="xkms:KeyBinding" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <!-- /RevokeResult -->
Constructors and Destructors | |
virtual | ~XKMSRevokeResult () |
XKMSRevokeResult () | |
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.
|