kz.gamma.crypto.pcsc.idcard
Class IdCardInfo

java.lang.Object
  extended by kz.gamma.crypto.pcsc.idcard.IdCardInfo

public class IdCardInfo
extends java.lang.Object

Author:
Sergey Moisseyev, Renat Karimov

Nested Class Summary
private  class IdCardInfo.IdInfo
           
 
Field Summary
private  javax.smartcardio.CommandAPDU capdu
           
private  IdCard idCard
           
private  javax.smartcardio.ResponseAPDU respApdu
           
private  javax.smartcardio.CardChannel selectedChannel
           
private  java.lang.String selectedReader
           
 
Constructor Summary
IdCardInfo(IdCard idCard, java.lang.String selectedReader)
           
 
Method Summary
 java.util.Map getInfo()
           
private  IdCardInfo.IdInfo readBlob(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

respApdu

private javax.smartcardio.ResponseAPDU respApdu

capdu

private javax.smartcardio.CommandAPDU capdu

idCard

private IdCard idCard

selectedReader

private java.lang.String selectedReader

selectedChannel

private javax.smartcardio.CardChannel selectedChannel
Constructor Detail

IdCardInfo

public IdCardInfo(IdCard idCard,
                  java.lang.String selectedReader)
Method Detail

getInfo

public java.util.Map getInfo()

readBlob

private IdCardInfo.IdInfo readBlob(byte[] data)
                            throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException


Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.