ESYAE-imza Kütüphaneleri

User Tools

Site Tools


en:esya:smartcard:smartcardmanager

Farklar

Bu sayfanın seçili sürümü ile mevcut sürümü arasındaki farkları gösterir.

Karşılaştırma görünümüne bağlantı

en:esya:smartcard:smartcardmanager [2013/09/12 08:32]
Dindar Öz
en:esya:smartcard:smartcardmanager [2013/09/12 08:42] (mevcut)
Dindar Öz
Satır 4: Satır 4:
  
  -It performs operations with the certificate in the smartcard automatically if there is only one smartcard and one certificate in the card.  ​  -It performs operations with the certificate in the smartcard automatically if there is only one smartcard and one certificate in the card.  ​
- -Birden fazla kart takılı ise kullanıcıya kart seçtirirBelirtilen özellikte birden fazla sertifika yüklü ise kullanıcıya sertifika seçtirir+ -It prompts the user to select card if more than one card are plugged inIf there are multiple certificates in the card then it prompts certificate selection.  
- -Eğer APDU ile karta erişilmek isteniyorsa ve kart APDU ile erişimi destekliyorsa ​APDU ile karta erişim sağlar. C# tarafında ​APDU erişimi olmadığından sadece ​pkcs11 ​erişimi sağlanmaktadır+ -If APDU communication is supprted by the card, it can use APDU commands. C# API does not support ​APDU and only uses pkcs11 ​to access smartcard
- -Aynı kart ile yapılan imzalama işlemlerinde,​ sertifikayı ve imzacıyı bellekten çekerek hızlanma sağlar+ -Repetitive operations with the samecard is performed fast tahnks to the retrieval of the certificate from memory
- -Bir kart ile işlem yaptıktan sonra eğer yeni bir kart takılmışsa veya işlem yapılan kart çıkartılmışsa kart ve sertifika seçme işlemlerini tekrarlar+ -After a smartcard operation, if the card is taken out then card and certificate selection are reprompted upon next card operation.  
-Örnek bir kullanım aşağıdaki gibi olabilir.+ 
 +A sample usage is as follows:
  
 <sxh java;​title:​Java>​ <sxh java;​title:​Java>​
Satır 31: Satır 32:
 </​sxh>​ </​sxh>​
  
-Yeni bir kartın takılıp takılmadığı ve seçili kartın çıkartılıp çıkartılmadığı ​''​getInstance()'' ​methodu içinde kontrol edilmektedirHer imzalama işleminden önce ''​SmartCardManager'' ​nesnesini ​''​getInstance()'' ​methodu ile alınızYukarıdaki örnek kodda işlemler kısa zamanda ardışık olarak yapıldığından nesne bir kere alınmış ve o nesne üzerinden işlem yapılmıştır.+The method ​''​getInstance()'' ​checks if a new card has been plugged in or the existing card has been taken outBefore every signing operation call the method ​''​getInstance()'' ​of ''​SmartCardManager''​. ​In the sample code above, the operations are sequentially in a short period of time, the object is retrieved just once. 
 + 
en/esya/smartcard/smartcardmanager.1378974760.txt.gz · Son değiştirilme: 2013/09/12 08:32 Değiştiren: Dindar Öz