Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ICryptoKeyGetMeta::getCipher ( P6CRYPTOCIPHER pCipher)
pure virtual

This method retrieves the cipher algorthm to be used with the key (e.g., CIPHER_AES_CTR [counter mode], CIPHER_BF_CFB [blowfish Cipher Feedback])

Parameters
pState[IN] pointer to a P6CRYPTOCIPHER variable.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedObject is in an incorrect state.
P6R::eInvalidArgpCipher is NULL.
P6R::eNotFoundThe requested meta data is not defined