C# Class ABNSAM.ABnoteSAM

Inheritance: GPCard
Mostrar archivo Open project: tbellenger/samapplet Class Usage Examples

Public Methods

Method Description
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

Method Details

ABnoteSAM() public method

public ABnoteSAM ( Common.Card card ) : Common.System
card Common.Card
return Common.System

ABnoteSAM() public method

public ABnoteSAM ( int hCard ) : Common.System
hCard int
return Common.System

ABnoteSAM() public method

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

CheckAppletVersion() public method

public CheckAppletVersion ( ) : bool
return bool

LoadCryptogram() public method

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

LoadZMKComponent() public method

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

LockZMKLoading() public method

public LockZMKLoading ( ) : string
return string

RetreiveData() public method

public RetreiveData ( byte slot ) : string
slot byte
return string

SelectApplet() public method

public SelectApplet ( ) : string
return string

StoreData() public method

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

UpdatePIN() public method

public UpdatePIN ( string PIN ) : string
PIN string
return string

VerifyPIN() public method

public VerifyPIN ( string PIN ) : string
PIN string
return string