Blackberry Java Development Environment 4.6.0 Manual - Page 33

Browse online or download pdf Manual for Software Blackberry Java Development Environment 4.6.0. Blackberry Java Development Environment 4.6.0 36 pages. Cryptographic smart card driver

/**
* Retrieve the ID of the key file containing the private key file.
*
* @return ID of the smart card.
*/
public SmartCardID getSmartCardID()
{
return _id;
}
/**
* Retrieve the location of the private key file on the smart card.
*
* @return Location of the private key file.
*/
public byte getFile()
{
return _file;
}
}
3: Code samples
29