SpringCard PC/SC Helpers for .NET  18.10.10
High-level access to a few current cards and to advanced coupler features
SpringCard.PCSC.CardHelpers.SamAV2.CryptoPrimitives 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)
 

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