#include <xmltooling/signature/KeyInfo.h>

Public Member Functions | |
| virtual X509Digest * | cloneX509Digest () const =0 |
| Type-specific clone method. | |
| virtual const XMLCh * | getAlgorithm () const =0 |
| Returns the Algorithm attribute. | |
| virtual void | setAlgorithm (const XMLCh *Algorithm)=0 |
| Sets the Algorithm 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 | ALGORITHM_ATTRIB_NAME [] |
| Algorithm attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| X509DigestType local name. | |
| virtual X509Digest* xmlsignature::X509Digest::cloneX509Digest | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const XMLCh* xmlsignature::X509Digest::getAlgorithm | ( | ) | const [pure virtual] |
Returns the Algorithm attribute.
| virtual void xmlsignature::X509Digest::setAlgorithm | ( | const XMLCh * | Algorithm | ) | [pure virtual] |
Sets the Algorithm attribute.
| const XMLCh* xmlsignature::X509Digest::getValue | ( | ) | const [inline] |
Returns Value .
| void xmlsignature::X509Digest::setValue | ( | const XMLCh * | Value | ) | [inline] |
Sets or clears Value .
1.5.6