#include <xmltooling/signature/KeyInfo.h>

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. | |
| virtual DEREncodedKeyValue* xmlsignature::DEREncodedKeyValue::cloneDEREncodedKeyValue | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const XMLCh* xmlsignature::DEREncodedKeyValue::getId | ( | ) | const [pure virtual] |
Returns the Id attribute.
| virtual void xmlsignature::DEREncodedKeyValue::setId | ( | const XMLCh * | Id | ) | [pure virtual] |
Sets the Id attribute.
| const XMLCh* xmlsignature::DEREncodedKeyValue::getValue | ( | ) | const [inline] |
Returns Value .
| void xmlsignature::DEREncodedKeyValue::setValue | ( | const XMLCh * | Value | ) | [inline] |
Sets or clears Value .
1.5.6