Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ICryptoKey2::isEquals ( p6ICryptoKey pOtherKey,
P6BOOL pbEqual 
)
pure virtual

Is the key in the 'pOtherKey' parameter the same as the key stored in this component.

Parameters
pOtherKey[ in ] The keys are compared byte for byte including the P6R key metadata
pbEqual[ out ] P6TRUE means both keys are the same
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eInvalidArgOne of the parameters is NULL.