SAML-specific signature reference profile.
More...
#include <saml/signature/ContentReference.h>
SAML-specific signature reference profile.
opensaml::ContentReference::ContentReference |
( |
const SignableObject & |
signableObject | ) |
|
Constructor.
- Parameters
-
signableObject | reference to object being signed |
void opensaml::ContentReference::addInclusivePrefix |
( |
const XMLCh * |
prefix | ) |
|
Adds a namespace prefix for "inclusive" processing by an Exclusive C14N Transform applied to the object.
An empty string will be transformed into "#default".
- Parameters
-
virtual void opensaml::ContentReference::createReferences |
( |
DSIGSignature * |
sig | ) |
|
|
virtual |
Given a "blank" native signature, creates signature reference appropriate for the SAML object being signed.
- Parameters
-
sig | native signature interface |
void opensaml::ContentReference::setCanonicalizationMethod |
( |
const XMLCh * |
c14n | ) |
|
Sets the canonicalization method to include in the reference, using a constant.
- Parameters
-
c14n | the canonicalization method |
void opensaml::ContentReference::setDigestAlgorithm |
( |
const XMLCh * |
digest | ) |
|
Sets the digest algorithm for the signature reference, using a constant.
- Parameters
-
digest | the digest algorithm |
The documentation for this class was generated from the following file: