SpringCard Smart Readers library for .NET  19.9.20
Communicate and manage SpringCard Smart Reader devices
SpringCard.SAM_AV2.Algo_functions Class Reference

Static Public Member Functions

static byte [] TripleDES_Decrypt (byte[] CypherText, byte[] key, byte[] iv)
 
static byte [] TripleDES_Encrypt (byte[] Plaintext, byte[] key, byte[] iv)
 
static byte [] AES_Decrypt (byte[] CypherText, byte[] key, byte[] iv)
 
static byte [] AES_Encrypt (byte[] PlainText, byte[] key, byte[] iv)
 
static byte [] rotate_left (byte[] entry)
 
static byte [] rotate_right (byte[] entry)
 
static byte [] ComputeCrc16 (byte[] buffer)
 
static byte [] ComputeCrc32 (byte[] buffer)
 
static byte [] CalculateCMAC (byte[] Key, byte[] IV, byte[] input)
 

Public Attributes

const int TDES_CRC16 = 0
 
const int TDES_CRC32 = 1
 
const int AES = 2
 
const int MIFARE = 3
 

The documentation for this class was generated from the following file: