Blackberry Java Development Environment 4.6.0 Посібник - Сторінка 33

Переглянути онлайн або завантажити pdf Посібник для Програмне забезпечення Blackberry Java Development Environment 4.6.0. Blackberry Java Development Environment 4.6.0 36 сторінок. 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