Blackberry JAVA DEVELOPMENT ENVIRONMENT - - CRYPTOGRAPHIC SMART CARD DRIVER - DEVELOPMENT GUIDE 매뉴얼 - 페이지 13
{카테고리_이름} Blackberry JAVA DEVELOPMENT ENVIRONMENT - - CRYPTOGRAPHIC SMART CARD DRIVER - DEVELOPMENT GUIDE에 대한 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Blackberry JAVA DEVELOPMENT ENVIRONMENT - - CRYPTOGRAPHIC SMART CARD DRIVER - DEVELOPMENT GUIDE 36 페이지. 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