<div dir="ltr">On Wed, Apr 15, 2015 at 11:09 AM, Elizabeta <span dir="ltr"><<a href="mailto:elizabeta.fourneret@gmail.com" target="_blank">elizabeta.fourneret@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>In addition, concerning the key generation are there any advises when to use the function C_CreateObject instead of C_GenerateKey ? I'm rising this question since, as given in the specification, we can use both of them for key generation. But  what would be the best choice?</div></div></blockquote><div><br></div><div>Best option is C_GenerateKey, this will generate the key on-board. C_CreateObject is just an import function, thus no control over the key generation process. </div><div><br></div><div>// Rickard</div></div></div></div>