Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ICryptoKeySetMeta::setCipherAsString ( const P6WCHAR pCipher)
pure virtual

This method allows the caller to set the cipher by providing a string value.

String values of states can be obtained from the method p6ICryptoKeyGetMeta::getCipherAsString(). These methods can be used for serialization of a key's meta data.

Parameters
pCipher[IN] Block of memory to containing the string equivalent of P6CRYPTOCIPHER.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedObject is in an incorrect state.
P6R::eInvalidArgpCipher is NULL.
P6R::eNotFoundThe value in pCipher does not match any allowed, defined cipher values.