#include <xmltooling/signature/KeyInfo.h>
Inheritance diagram for xmlsignature::DEREncodedKeyValue:

Public Member Functions | |
| virtual DEREncodedKeyValue * | cloneDEREncodedKeyValue () const =0 |
| Type-specific clone method. | |
| virtual const XMLCh * | getId () const =0 |
| Returns the Id attribute. | |
| virtual void | setId (const XMLCh *Id)=0 |
| Sets the Id attribute. | |
| const XMLCh * | getValue () const |
| Returns Value . | |
| void | setValue (const XMLCh *Value) |
| Sets or clears Value . | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | ID_ATTRIB_NAME [] |
| Id attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| DEREncodedKeyValueType local name. | |
1.4.6