We have one question for Java Card API parameter defining:
There is one parameter "externalAccess" in the interface getInstance(byte algorithm, boolean externalAccess) definition,and just the meaning of value "true" is defined, but the meaning of "FALSE" is not defined explicitly.
And we want to double check with you the what is the meaning of "FALSE" for parameter "externalAccess"?
Does it mean "false indicates that the instance will not be shared among multiple applet instances and that the Signature instance will also not be accessed (via a Shareable interface) when the owner of the Signature instance is not the currently selected applet. If false the implementation could allocate CLEAR_ON_DESELECT transient space for internal data." ?
