DWFToolkit::DWFSignature::DigestMethodMD5 Class Reference

#include "dwf/package/Signature.h"

Inheritance diagram for DWFToolkit::DWFSignature::DigestMethodMD5:

Inheritance graph
[legend]
Collaboration diagram for DWFToolkit::DWFSignature::DigestMethodMD5:

Collaboration graph
[legend]
List of all members.

Detailed Description

a DigestMethodMD5 ...

Since:
7.3.0
A DigestMethodMD5 ...

Definition at line 242 of file Signature.h.

Public Member Functions

virtual _DWFTK_API const wchar_t * algorithmName () const
virtual _DWFTK_API const DWFCryptoEngine::teType algorithmIdentifier () const
virtual _DWFTK_API DWFDigestOutputStreamchainOutputStream (DWFOutputStream *pStream, bool bOwnStream) const throw ( DWFException )
virtual _DWFTK_API DWFDigestInputStreamchainInputStream (DWFInputStream *pStream, bool bOwnStream) const throw ( DWFException )


Member Function Documentation

virtual _DWFTK_API const DWFCryptoEngine::teType DWFToolkit::DWFSignature::DigestMethodMD5::algorithmIdentifier  )  const [inline, virtual]
 

An internal identifier of the algorithm used by this digest method.

Returns:
The algorithm identifier.
Exceptions:
None 

Implements DWFToolkit::DWFSignature::DigestMethod.

Definition at line 258 of file Signature.h.

virtual _DWFTK_API const wchar_t* DWFToolkit::DWFSignature::DigestMethodMD5::algorithmName  )  const [inline, virtual]
 

The public name of the algorithm used by this digest method.

Returns:
The algorithm name.
Exceptions:
None 

Implements DWFToolkit::DWFSignature::DigestMethod.

Definition at line 249 of file Signature.h.

virtual _DWFTK_API DWFDigestInputStream* DWFToolkit::DWFSignature::DigestMethodMD5::chainInputStream DWFInputStream pStream,
bool  bOwnStream
const throw ( DWFException ) [virtual]
 

Given an input stream, create a new DWFDigestInputStream, chain the given stream to the new stream, and return the new stream.

This allows for the calculation of a digest value as input is passing through the stream.

Parameters:
pStream The stream to be digested.
bOwnStream Indicates if the digest stream should take ownership of the lifetime of the pStream argument.
Returns:
The new stream.
Exceptions:
None 

Implements DWFToolkit::DWFSignature::DigestMethod.

virtual _DWFTK_API DWFDigestOutputStream* DWFToolkit::DWFSignature::DigestMethodMD5::chainOutputStream DWFOutputStream pStream,
bool  bOwnStream
const throw ( DWFException ) [virtual]
 

Given an output stream, create a new DWFDigestOutputStream, chain the given stream to the new stream, and return the new stream.

This allows for the calculation of a digest value as output is passing through the stream.

Parameters:
pStream The stream to be digested.
bOwnStream Indicates if the digest stream should take ownership of the lifetime of the pStream argument.
Returns:
The new stream.
Exceptions:
None 

Implements DWFToolkit::DWFSignature::DigestMethod.


The documentation for this class was generated from the following file:
Generated on Tue Jan 6 22:40:34 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5