#include <saml/saml2/metadata/Metadata.h>
Public Member Functions | |
| virtual SigningMethod * | cloneSigningMethod () 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. | |
| virtual std::pair< bool, int > | getMinKeySize () const =0 |
| Returns the MinKeySize attribute after a NULL indicator. | |
| virtual void | setMinKeySize (const XMLCh *MinKeySize)=0 |
| Sets the MinKeySize attribute using a string value. | |
| virtual void | setMinKeySize (int MinKeySize)=0 |
| Sets the MinKeySize attribute. | |
| virtual std::pair< bool, int > | getMaxKeySize () const =0 |
| Returns the MaxKeySize attribute after a NULL indicator. | |
| virtual void | setMaxKeySize (const XMLCh *MaxKeySize)=0 |
| Sets the MaxKeySize attribute using a string value. | |
| virtual void | setMaxKeySize (int MaxKeySize)=0 |
| Sets the MaxKeySize attribute. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | ALGORITHM_ATTRIB_NAME [] |
| Algorithm attribute name. | |
| static const XMLCh | MINKEYSIZE_ATTRIB_NAME [] |
| MinKeySize attribute name. | |
| static const XMLCh | MAXKEYSIZE_ATTRIB_NAME [] |
| MaxKeySize attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| SigningMethodType local name. | |
1.4.7