◆ AesCounterMode()
| HidGlobal.OK.Readers.SecureSession.AesCounterMode.AesCounterMode |
( |
byte [] |
counterInitialState | ) |
|
Constructor of Aes Counter Mode object.
- Parameters
-
| counterInitialState | Initial state of counter, 16 bytes length. |
◆ CreateDecryptor() [1/2]
| override ICryptoTransform HidGlobal.OK.Readers.SecureSession.AesCounterMode.CreateDecryptor |
( |
byte [] |
rgbKey, |
|
|
byte [] |
rgbIv |
|
) |
| |
Creates decryptor object.
- Parameters
-
| rgbKey | Key used in decryption. |
| rgbIv | Initialization vector parametr will be omitted in counter mode. |
- Returns
◆ CreateDecryptor() [2/2]
| ICryptoTransform HidGlobal.OK.Readers.SecureSession.AesCounterMode.CreateDecryptor |
( |
byte [] |
rgbKey | ) |
|
Creates decryptor object.
- Parameters
-
| rgbKey | Key used in decryption. |
- Returns
◆ CreateEncryptor() [1/2]
| override ICryptoTransform HidGlobal.OK.Readers.SecureSession.AesCounterMode.CreateEncryptor |
( |
byte [] |
rgbKey, |
|
|
byte [] |
rgbIv |
|
) |
| |
Creates encryptor object.
- Parameters
-
| rgbKey | Key used in encryption. |
| rgbIv | Initialization vector parametr will be omitted in counter mode. |
- Returns
◆ CreateEncryptor() [2/2]
| ICryptoTransform HidGlobal.OK.Readers.SecureSession.AesCounterMode.CreateEncryptor |
( |
byte [] |
rgbKey | ) |
|
Creates encryptor object.
- Parameters
-
| rgbKey | Key used in encryption. |
- Returns
◆ GenerateIV()
| override void HidGlobal.OK.Readers.SecureSession.AesCounterMode.GenerateIV |
( |
| ) |
|
Obsolete in counter mode.
◆ GenerateKey()
| override void HidGlobal.OK.Readers.SecureSession.AesCounterMode.GenerateKey |
( |
| ) |
|
Generates a random key to use for the algorithm.
The documentation for this class was generated from the following file:
- C:/Jenkins/workspace/Samples/SampleCodes/SampleCodes/HidGlobal.OK.Readers/SecureSession/AesCounterMode.cs