Blackberry Java Development Environment 4.6.0 Handmatig - Pagina 13
Blader online of download pdf Handmatig voor {categorie_naam} Blackberry Java Development Environment 4.6.0. Blackberry Java Development Environment 4.6.0 36 pagina's. 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