opensaml::saml2md::SigningMethod Class Reference

SAML Metadata Extension for Algorithm Support SigningMethod element. More...

#include <saml/saml2/metadata/Metadata.h>

List of all members.

Public Member Functions

virtual SigningMethodcloneSigningMethod () 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.


Detailed Description

SAML Metadata Extension for Algorithm Support SigningMethod element.


The documentation for this class was generated from the following file:
Generated on 11 Mar 2019 for opensaml-3.0.1 by  doxygen 1.4.7