Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IDecryptEnvelope::initialize ( P6DECENVFLAGS  flags)
pure virtual

Sets up the object to run properly.

This component does not do key management. It is the calling application's responsibility to manage and provide the proper keys to this component.

Parameters
flags[ in ] Set perferences for the new object.
Returns
SuccessP6R::eOk 
FailureP6R::eNoMemoryInsufficient memory to set up this object.
P6R::eAlreadyInitializedCan only call this method once.