Page 1 of 1

Determine Secure Channel key set index within applet

Posted: Fri Jul 29, 2016 4:49 am
by Girr16
Hey all!

Is there any method to determine Secure Channel key set index or version within applet?
The ProviderSecurityDomain object doesn't have such a property.

Thanks!

Re: Determine Secure Channel key set index within applet

Posted: Fri Jul 29, 2016 5:55 am
by popmun09
For security reasons, The key information is not exposed to the applet.

There are API to ask the security domain to do crypto operations using the current secure channel session keys and GP says that the security domain needs to be aware of what keys to use for this.

Re: Determine Secure Channel key set index within applet

Posted: Fri Jul 29, 2016 6:04 am
by Girr16
So that is it! Anyway, thanks for your quick reply.