opensaml::saml2md::KeyDescriptor Class Reference

SAML 2.0 KeyDescriptor element. More...

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

List of all members.

Public Member Functions

virtual KeyDescriptorcloneKeyDescriptor () 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


Detailed Description

SAML 2.0 KeyDescriptor element.

Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on Mon Apr 13 19:46:41 2020 for opensaml-3.1.0 by  doxygen 1.5.6