#include <saml/signature/SignableObject.h>

Public Member Functions | |
| virtual xmlsignature::Signature * | getSignature () const =0 |
| Returns the enveloped Signature from the object. | |
| virtual void | setSignature (xmlsignature::Signature *sig)=0 |
| Sets an enveloped Signature in the object. | |
| virtual xmlsignature::Signature* opensaml::SignableObject::getSignature | ( | ) | const [pure virtual] |
Returns the enveloped Signature from the object.
| virtual void opensaml::SignableObject::setSignature | ( | xmlsignature::Signature * | sig | ) | [pure virtual] |
Sets an enveloped Signature in the object.
| sig | the enveloped Signature, or NULL |
1.5.6