|
| | 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 () |
| |
|
|
int | InputBlockSize => _symetricAlgorithm.BlockSize / 8 |
| |
|
int | OutputBlockSize => _symetricAlgorithm.BlockSize / 8 |
| |
|
bool | CanTransformMultipleBlocks => true |
| |
|
bool | CanReuseTransform => false |
| |
◆ CounterModeCryptoTransform()
| HidGlobal.OK.Readers.SecureSession.CounterModeCryptoTransform.CounterModeCryptoTransform |
( |
SymmetricAlgorithm |
symmetricAlgorithm, |
|
|
byte [] |
key, |
|
|
byte [] |
counter |
|
) |
| |
Constructor.
- Parameters
-
| symmetricAlgorithm | |
| key | |
| counter | Initial value of the counter. |
The documentation for this class was generated from the following file:
- C:/Jenkins/workspace/Samples/SampleCodes/SampleCodes/HidGlobal.OK.Readers/SecureSession/CounterModeCryptoTransform.cs