#include <saml/signature/ContentReference.h>
Public Member Functions | |
ContentReference (const SignableObject &signableObject) | |
Constructor. | |
virtual void | createReferences (DSIGSignature *sig) |
Given a "blank" native signature, creates signature reference appropriate for the SAML object being signed. | |
void | addInclusivePrefix (const XMLCh *prefix) |
Adds a namespace prefix for "inclusive" processing by an Exclusive C14N Transform applied to the object. | |
void | setDigestAlgorithm (const XMLCh *digest) |
Sets the digest algorithm for the signature reference, using a constant. | |
void | setCanonicalizationMethod (const XMLCh *c14n) |
Sets the canonicalization method to include in the reference, using a constant. |
|
Constructor.
|
|
Adds a namespace prefix for "inclusive" processing by an Exclusive C14N Transform applied to the object. An empty string will be transformed into "#default".
|
|
Given a "blank" native signature, creates signature reference appropriate for the SAML object being signed.
|
|
Sets the canonicalization method to include in the reference, using a constant.
|
|
Sets the digest algorithm for the signature reference, using a constant.
|