All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pdftron::Crypto::AlgorithmParams Class Reference

#include <AlgorithmParams.h>

+ Inheritance diagram for pdftron::Crypto::AlgorithmParams:

Public Member Functions

 AlgorithmParams ()
 
 AlgorithmParams (const AlgorithmParams &other)
 
AlgorithmParamsoperator= (const AlgorithmParams &other)
 
virtual ~AlgorithmParams ()
 
 AlgorithmParams (TRN_AlgorithmParams impl)
 

Public Attributes

TRN_AlgorithmParams m_impl
 

Protected Member Functions

void Destroy ()
 

Protected Attributes

bool m_owner
 

Detailed Description

Base class for AlgorithmIdentifier parameters.

Definition at line 20 of file AlgorithmParams.h.

Constructor & Destructor Documentation

pdftron::Crypto::AlgorithmParams::AlgorithmParams ( )
pdftron::Crypto::AlgorithmParams::AlgorithmParams ( const AlgorithmParams other)
virtual pdftron::Crypto::AlgorithmParams::~AlgorithmParams ( )
virtual
pdftron::Crypto::AlgorithmParams::AlgorithmParams ( TRN_AlgorithmParams  impl)

Member Function Documentation

void pdftron::Crypto::AlgorithmParams::Destroy ( )
protected
AlgorithmParams& pdftron::Crypto::AlgorithmParams::operator= ( const AlgorithmParams other)

Member Data Documentation

TRN_AlgorithmParams pdftron::Crypto::AlgorithmParams::m_impl

Definition at line 31 of file AlgorithmParams.h.

bool pdftron::Crypto::AlgorithmParams::m_owner
mutableprotected

Definition at line 39 of file AlgorithmParams.h.


The documentation for this class was generated from the following file: