C# 클래스 ABNSAM.ABnoteSAM

상속: GPCard
파일 보기 프로젝트 열기: tbellenger/samapplet 1 사용 예제들

공개 메소드들

메소드 설명
ABnoteSAM ( Common.Card card ) : Common.System
ABnoteSAM ( int hCard ) : Common.System
ABnoteSAM ( int hCard, IStatusWordFilter sw ) : Common.System
CheckAppletVersion ( ) : bool
LoadCryptogram ( byte cryptogram, byte keySlot, byte zmkSlot, byte kcv ) : string
LoadZMKComponent ( byte comp, byte compIndex, byte zmkSlot, byte kcv ) : string
LockZMKLoading ( ) : string
RetreiveData ( byte slot ) : string
SelectApplet ( ) : string
StoreData ( string data, byte slot, bool overwrite ) : string
UpdatePIN ( string PIN ) : string
VerifyPIN ( string PIN ) : string

메소드 상세

ABnoteSAM() 공개 메소드

public ABnoteSAM ( Common.Card card ) : Common.System
card Common.Card
리턴 Common.System

ABnoteSAM() 공개 메소드

public ABnoteSAM ( int hCard ) : Common.System
hCard int
리턴 Common.System

ABnoteSAM() 공개 메소드

public ABnoteSAM ( int hCard, IStatusWordFilter sw ) : Common.System
hCard int
sw IStatusWordFilter
리턴 Common.System

CheckAppletVersion() 공개 메소드

public CheckAppletVersion ( ) : bool
리턴 bool

LoadCryptogram() 공개 메소드

public LoadCryptogram ( byte cryptogram, byte keySlot, byte zmkSlot, byte kcv ) : string
cryptogram byte
keySlot byte
zmkSlot byte
kcv byte
리턴 string

LoadZMKComponent() 공개 메소드

public LoadZMKComponent ( byte comp, byte compIndex, byte zmkSlot, byte kcv ) : string
comp byte
compIndex byte
zmkSlot byte
kcv byte
리턴 string

LockZMKLoading() 공개 메소드

public LockZMKLoading ( ) : string
리턴 string

RetreiveData() 공개 메소드

public RetreiveData ( byte slot ) : string
slot byte
리턴 string

SelectApplet() 공개 메소드

public SelectApplet ( ) : string
리턴 string

StoreData() 공개 메소드

public StoreData ( string data, byte slot, bool overwrite ) : string
data string
slot byte
overwrite bool
리턴 string

UpdatePIN() 공개 메소드

public UpdatePIN ( string PIN ) : string
PIN string
리턴 string

VerifyPIN() 공개 메소드

public VerifyPIN ( string PIN ) : string
PIN string
리턴 string