Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

DSIGTransformBase64 Class Reference
[Main Signature API]

#include <DSIGTransformBase64.hpp>

Inheritance diagram for DSIGTransformBase64:

Inheritance graph
[legend]
Collaboration diagram for DSIGTransformBase64:

Collaboration graph
[legend]
List of all members.

Detailed Description

Transform holder for Base 64.

The DSIGTransformbase64 class is used to hold base64 <Transform> elements within a document.

This is a very simple transform with no real options.

See also:
TXFMBase

DSIGTransform


Public Member Functions

Constructors and Destructors
 DSIGTransformBase64 (const XSECEnv *env, XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *node)
 Contructor used for existing XML signatures.
 DSIGTransformBase64 (const XSECEnv *env)
 Contructor used for new signatures.
virtual ~DSIGTransformBase64 ()
 Destructor.
Interface Methods
virtual transformType getTransformType ()
 Determine the transform type.
virtual void appendTransformer (TXFMChain *input)
 Create the Base 64transformer element.
virtual XERCES_CPP_NAMESPACE_QUALIFIER
DOMElement * 
createBlankTransform (XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *parentDoc)
 Construct blank Base64 Transform element.
virtual void load (void)
 Load a DOM structure.


Constructor & Destructor Documentation

DSIGTransformBase64::DSIGTransformBase64 const XSECEnv env,
XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *  node
 

Contructor used for existing XML signatures.

The Node structure already exists, so read the nodes in.

Parameters:
env The operating environment
node The DOM node (within doc) that is to be used as the base of the Transform.
See also:
load

DSIGTransformBase64::DSIGTransformBase64 const XSECEnv env  ) 
 

Contructor used for new signatures.

The Node structure will have to be created.

Note:
DSIGTransform structures should only ever be created via calls to a DSIGTransformList object.
Parameters:
env The operating environment
See also:
createBlankTransform

virtual DSIGTransformBase64::~DSIGTransformBase64  )  [virtual]
 

Destructor.

Destroy the DSIGSignature elements.

Does not destroy any associated DOM Nodes


Member Function Documentation

virtual void DSIGTransformBase64::appendTransformer TXFMChain input  )  [virtual]
 

Create the Base 64transformer element.

Implemented by each Transform class and used by the DSIGSignature to construct a complete Transform list.

Implements DSIGTransform.

virtual XERCES_CPP_NAMESPACE_QUALIFIER DOMElement* DSIGTransformBase64::createBlankTransform XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *  parentDoc  )  [virtual]
 

Construct blank Base64 Transform element.

Instruct the implementation to create the required transform and return the newly constructed DOMNode structure

Implements DSIGTransform.

virtual transformType DSIGTransformBase64::getTransformType  )  [virtual]
 

Determine the transform type.

Used to determine what the type of the transform is.

Implements DSIGTransform.

virtual void DSIGTransformBase64::load void   )  [virtual]
 

Load a DOM structure.

For a Base64 transform this does almost nothing.

Implements DSIGTransform.


The documentation for this class was generated from the following file:
Generated on Sun Jul 3 17:41:28 2005 for XML-Security-C by  doxygen 1.4.2