Blackberry JAVA DEVELOPMENT ENVIRONMENT - - CRYPTOGRAPHIC SMART CARD DRIVER - DEVELOPMENT GUIDE Manuel - Page 13

Parcourez en ligne ou téléchargez le pdf Manuel pour {nom_de_la_catégorie} Blackberry JAVA DEVELOPMENT ENVIRONMENT - - CRYPTOGRAPHIC SMART CARD DRIVER - DEVELOPMENT GUIDE. Blackberry JAVA DEVELOPMENT ENVIRONMENT - - CRYPTOGRAPHIC SMART CARD DRIVER - DEVELOPMENT GUIDE 36 pages. Cryptographic smart card driver

Task
Retrieve the location of the private key file
on the smart card.
See "Code sample: Storing the location of a private key file on the smart card" on page 28 for more information.
Steps
>
Create a method that returns the location of the private key file on the smart card.
public byte getFile()
{
return _file;
}
1: Using smart cards
9