#include <XKMSReissueResult.hpp>
Inheritance diagram for XKMSReissueResult:
The <ReissueResult> is used by the X-KRSS service to response to a user request to reissue a key from the service - e.g. for a new cert
The schema definition for ReissueResult is as follows :
<!-- ReissueResult --> <element name="ReissueResult" type="xkms:ReissueResultType"/> <complexType name="ReissueResultType"> <complexContent> <extension base="xkms:ResultType"> <sequence> <element ref="xkms:KeyBinding" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <!-- /ReissueResult -->
Constructors and Destructors | |
virtual | ~XKMSReissueResult () |
XKMSReissueResult () | |
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.
|