Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ICert2::getIssuerHash ( P6SIZE pHash)
pure virtual

This method returns a hash of the issuer field that can by used to easily compare the issue field.

Parameters
pHash[ out ] The address of a P6UINT32 in which will be placed the resulting 32bit hash value.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpHash was NULL.
P6R::eNotInitializedThe certificate interface has not been initialized.
P6R::eInvalidStateThe certificate interface has been initialized, but no certificate hash been loaded yet.