Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SamAv3 ¶
type SamAv3 interface { samav2.SamAv2 // smartcard.ICard // GetVersion() ([]byte, error) // /*AuthHost SAM_AuthenticationHost AV2 mode // key, key to Authentication // keyNo, key entry number in SAM key storage // keyVr, key version used // hostMode, hostMode (0: plain, 1: Mac, 2: Full)*/ AuthHost(key []byte, keyNo, keyVr, hostMode int) ([]byte, error) }
SamAv3 Interface
func ConnectSam ¶
ConnectSam Create SamAv2 interface
Click to show internal directories.
Click to hide internal directories.