HID OMNIKEY Smart Card Readers' Sample Codes  0.0.0.116
HidGlobal.OK.Readers.SecureSession.CounterModeCryptoTransform Class Reference
Inheritance diagram for HidGlobal.OK.Readers.SecureSession.CounterModeCryptoTransform:

Public Member Functions

 CounterModeCryptoTransform (SymmetricAlgorithm symmetricAlgorithm, byte[] key, byte[] counter)
 Constructor. More...
 
byte [] TransformFinalBlock (byte[] inputBuffer, int inputOffset, int inputCount)
 
int TransformBlock (byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset)
 
void Dispose ()
 

Public Attributes

int InputBlockSize => _symetricAlgorithm.BlockSize / 8
 
int OutputBlockSize => _symetricAlgorithm.BlockSize / 8
 
bool CanTransformMultipleBlocks => true
 
bool CanReuseTransform => false
 

Constructor & Destructor Documentation

◆ CounterModeCryptoTransform()

HidGlobal.OK.Readers.SecureSession.CounterModeCryptoTransform.CounterModeCryptoTransform ( SymmetricAlgorithm  symmetricAlgorithm,
byte []  key,
byte []  counter 
)

Constructor.

Parameters
symmetricAlgorithm
key
counterInitial value of the counter.

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