wrap key

7/18/2013 8:50:57 AM
Gravatar
Total Posts 7

wrapping a key

i want to wrap a key by itself. when i use session.wrapkey(..) i face error no.84 (i.e  CKR_FUNCTION_NOT_SUPPORTED) what does it mean?what should i do? please help me soon, thanks.
 

7/19/2013 9:08:59 PM
Gravatar
Total Posts 7

Re: wrap key

nobody can help me?! i don't know what does it mean? does it mean my token doesn't support some things?

7/19/2013 10:02:52 PM
Gravatar
Total Posts 300
Ugo Chirico http://www.ugochirico.com

Re: wrap key

To wrap a key you have to specify an encryption mechanism. What encryption mechanism did you set?

Maybe the mechanism you set is not supported by your token.

Then, for more info you should read PKCS#11 specifications. you can find it in our wiki here.

 

7/20/2013 4:16:36 PM
Gravatar
Total Posts 7

Re: wrap key

hi Dear Ugo

thank so much for your response. 

i don't know my token supports which mechanism so i try to wrap by all mechanism supported wrap function (listed in standard documentation ) but all return error 84.

i think my token doesn't support wrap and unwrap ! what 's your opinion? is it possible , isn't it?