#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 | |
| virtual KeyDescriptor* opensaml::saml2md::KeyDescriptor::cloneKeyDescriptor | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const XMLCh* opensaml::saml2md::KeyDescriptor::getUse | ( | ) | const [pure virtual] |
Returns the Use attribute.
| virtual void opensaml::saml2md::KeyDescriptor::setUse | ( | const XMLCh * | Use | ) | [pure virtual] |
Sets the Use attribute.
| virtual xmlsignature :: KeyInfo* opensaml::saml2md::KeyDescriptor::getKeyInfo | ( | ) | const [pure virtual] |
Returns the KeyInfo child.
| virtual void opensaml::saml2md::KeyDescriptor::setKeyInfo | ( | xmlsignature::KeyInfo * | child | ) | [pure virtual] |
Sets the KeyInfo child.
| virtual xmltooling::XMLObjectChildrenList< std::vector< xmlencryption :: EncryptionMethod *> > opensaml::saml2md::KeyDescriptor::getEncryptionMethods | ( | ) | [pure virtual] |
Returns modifiable EncryptionMethod collection.
| virtual const std::vector< xmlencryption :: EncryptionMethod *>& opensaml::saml2md::KeyDescriptor::getEncryptionMethods | ( | ) | const [pure virtual] |
Returns reference to immutable EncryptionMethod collection.
1.5.6