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

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

Parameters
cipher[IN] a P6CRYPTOCIPHER variable.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedObject is in an incorrect state.