Blackberry Java Development Environment 4.6.0 매뉴얼 - 페이지 33
{카테고리_이름} Blackberry Java Development Environment 4.6.0에 대한 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. 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