#include <saml/saml2/metadata/Metadata.h>
Public Member Functions | |
| virtual KeyDescriptor * | cloneKeyDescriptor () const =0 |
| Type-specific clone method. | |
| virtual const XMLCh * | getUse () const =0 |
| Returns the Use attribute. | |
| virtual void | setUse (const XMLCh *Use)=0 |
| Sets the Use attribute. | |
| virtual xmlsignature::KeyInfo * | getKeyInfo () const =0 |
| Returns the KeyInfo child. | |
| virtual void | setKeyInfo (xmlsignature::KeyInfo *child)=0 |
| Sets the KeyInfo child. | |
|
virtual xmltooling::XMLObjectChildrenList< std::vector< xmlencryption::EncryptionMethod * > > | getEncryptionMethods ()=0 |
| Returns modifiable EncryptionMethod collection. | |
|
virtual const std::vector< xmlencryption::EncryptionMethod * > & | getEncryptionMethods () const =0 |
| Returns reference to immutable EncryptionMethod collection. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | USE_ATTRIB_NAME [] |
| Use attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| KeyDescriptorType local name. | |
| static const XMLCh | KEYTYPE_ENCRYPTION [] |
| encryption Key Type | |
| static const XMLCh | KEYTYPE_SIGNING [] |
| signing Key Type | |
1.4.7