DWFToolkit::DWFSignature::DigestValue Class Reference

#include "dwf/package/Signature.h"

Collaboration diagram for DWFToolkit::DWFSignature::DigestValue:

Collaboration graph
[legend]
List of all members.

Detailed Description

a DigestValue ...

Since:
7.3.0
A DigestValue ...

Definition at line 289 of file Signature.h.

Public Member Functions

_DWFTK_API DigestValue () throw ()
_DWFTK_API DigestValue (const DWFString &zValue) throw ()
virtual _DWFTK_API ~DigestValue () throw ()
virtual _DWFTK_API const DWFStringvalueBase64 () const throw ()
virtual _DWFTK_API void setValueBase64 (const DWFString &zValue) throw ()
virtual _DWFTK_API void getValueBytes (void *&rpBytes, size_t &nBytes) const throw ()
virtual _DWFTK_API void setValueBytes (const void *pBytes, const size_t nBytes) throw ()


Constructor & Destructor Documentation

_DWFTK_API DWFToolkit::DWFSignature::DigestValue::DigestValue  )  throw () [inline]
 

Constructor

Exceptions:
None 

Definition at line 298 of file Signature.h.

_DWFTK_API DWFToolkit::DWFSignature::DigestValue::DigestValue const DWFString zValue  )  throw () [inline]
 

Constructor

Exceptions:
None 

Definition at line 310 of file Signature.h.

virtual _DWFTK_API DWFToolkit::DWFSignature::DigestValue::~DigestValue  )  throw () [inline, virtual]
 

Destructor

Exceptions:
None 

Definition at line 322 of file Signature.h.


Member Function Documentation

virtual _DWFTK_API void DWFToolkit::DWFSignature::DigestValue::getValueBytes void *&  rpBytes,
size_t &  nBytes
const throw () [virtual]
 

Returns the value of the digest, as a byte array.

Parameters:
rpBytes A reference to a pointer where the bytes of the digest will be stored. This memory will be allocated with the DWFCORE_ALLOC_MEMORY macro, and must be released by the caller, by calling DWFCORE_FREE_MEMORY.
nBytes The number of bytes.
Exceptions:
None 

virtual _DWFTK_API void DWFToolkit::DWFSignature::DigestValue::setValueBase64 const DWFString zValue  )  throw () [inline, virtual]
 

Sets the value of the digest as a base64 encoded string.

Parameters:
zValue The value of the digest, as a base64 encoded string.
Exceptions:
None 

Definition at line 348 of file Signature.h.

virtual _DWFTK_API void DWFToolkit::DWFSignature::DigestValue::setValueBytes const void *  pBytes,
const size_t  nBytes
throw () [virtual]
 

Sets the value of the digest as a byte array.

Parameters:
pBytes A pointer to the bytes of the digest.
nBytes The number of bytes.
Exceptions:
None 

virtual _DWFTK_API const DWFString& DWFToolkit::DWFSignature::DigestValue::valueBase64  )  const throw () [inline, virtual]
 

Returns the value of the digest, as a base64 encoded string.

Returns:
The value of the digest, as a base64 encoded string.
Exceptions:
None 

Definition at line 335 of file Signature.h.


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