Method | Description | |
---|---|---|
EtM_DecryptTransform ( byte key, ArraySegment |
ctor
|
|
TransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int | ||
TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[] |
public EtM_DecryptTransform ( byte key, ArraySegment |
||
key | byte | |
salt | ArraySegment |
|
chunkNumber | uint | |
authenticateOnly | bool | |
return | System |
public TransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int | ||
inputBuffer | byte | |
inputOffset | int | |
inputCount | int | |
outputBuffer | byte | |
outputOffset | int | |
return | int |
public TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[] | ||
inputBuffer | byte | |
inputOffset | int | |
inputCount | int | |
return | byte[] |