C# Class ABNSAM.ABnoteSAM

Inheritance: GPCard
Afficher le fichier Open project: tbellenger/samapplet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ABnoteSAM ( Common.Card card ) : Common.System
card Common.Card
Résultat Common.System

ABnoteSAM() public méthode

public ABnoteSAM ( int hCard ) : Common.System
hCard int
Résultat Common.System

ABnoteSAM() public méthode

public ABnoteSAM ( int hCard, IStatusWordFilter sw ) : Common.System
hCard int
sw IStatusWordFilter
Résultat Common.System

CheckAppletVersion() public méthode

public CheckAppletVersion ( ) : bool
Résultat bool

LoadCryptogram() public méthode

public LoadCryptogram ( byte cryptogram, byte keySlot, byte zmkSlot, byte kcv ) : string
cryptogram byte
keySlot byte
zmkSlot byte
kcv byte
Résultat string

LoadZMKComponent() public méthode

public LoadZMKComponent ( byte comp, byte compIndex, byte zmkSlot, byte kcv ) : string
comp byte
compIndex byte
zmkSlot byte
kcv byte
Résultat string

LockZMKLoading() public méthode

public LockZMKLoading ( ) : string
Résultat string

RetreiveData() public méthode

public RetreiveData ( byte slot ) : string
slot byte
Résultat string

SelectApplet() public méthode

public SelectApplet ( ) : string
Résultat string

StoreData() public méthode

public StoreData ( string data, byte slot, bool overwrite ) : string
data string
slot byte
overwrite bool
Résultat string

UpdatePIN() public méthode

public UpdatePIN ( string PIN ) : string
PIN string
Résultat string

VerifyPIN() public méthode

public VerifyPIN ( string PIN ) : string
PIN string
Résultat string