DWFToolkit::DWFSignature::SignatureValue Class Reference

#include "dwf/package/Signature.h"

Collaboration diagram for DWFToolkit::DWFSignature::SignatureValue:

Collaboration graph
[legend]
List of all members.

Detailed Description

a SignatureValue ...

Since:
7.3.0
A SignatureValue ...

Definition at line 523 of file Signature.h.

Public Member Functions

_DWFTK_API SignatureValue () throw ()
virtual _DWFTK_API ~SignatureValue () 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::SignatureValue::SignatureValue  )  throw () [inline]
 

Constructor

Exceptions:
None 

Definition at line 532 of file Signature.h.

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

Destructor

Exceptions:
None 

Definition at line 544 of file Signature.h.


Member Function Documentation

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

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

Parameters:
rpBytes A reference to a pointer where the bytes of the signature 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::SignatureValue::setValueBase64 const DWFString zValue  )  throw () [inline, virtual]
 

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

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

Definition at line 569 of file Signature.h.

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

Sets the value of the signature as a byte array.

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

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

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

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

Definition at line 556 of file Signature.h.


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