#include <saml/saml2/metadata/Metadata.h>
Public Member Functions | |
virtual DigestMethod * | cloneDigestMethod () 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. | |
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 [] |
DigestMethodType local name. |
virtual DigestMethod* opensaml::saml2md::DigestMethod::cloneDigestMethod | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual const XMLCh* opensaml::saml2md::DigestMethod::getAlgorithm | ( | ) | const [pure virtual] |
Returns the Algorithm attribute.
virtual void opensaml::saml2md::DigestMethod::setAlgorithm | ( | const XMLCh * | Algorithm | ) | [pure virtual] |
Sets the Algorithm attribute.