Inheritance diagram for ICSharpCode::SharpZipLib::Encryption::PkzipClassicDecryptCryptoTransform:
Public Member Functions | |
byte[] | TransformFinalBlock (byte[] inputBuffer, int inputOffset, int inputCount) |
Transforms the specified region of the specified byte array. | |
int | TransformBlock (byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset) |
Transforms the specified region of the input byte array and copies the resulting transform to the specified region of the output byte array. | |
void | Dispose () |
Cleanup internal state. | |
Properties | |
bool | CanReuseTransform |
Gets a value indicating whether the current transform can be reused. | |
int | InputBlockSize |
Gets the size of the input data blocks in bytes. | |
int | OutputBlockSize |
Gets the size of the output data blocks in bytes. | |
bool | CanTransformMultipleBlocks |
Gets a value indicating whether multiple blocks can be transformed. | |
Private Member Functions | |
internal | PkzipClassicDecryptCryptoTransform (byte[] keyBlock) |
Initialise a new instance of PkzipClassicDecryptCryptoTransform. |
Definition at line 265 of file PkzipClassic.cs.
|
Initialise a new instance of PkzipClassicDecryptCryptoTransform.
Definition at line 271 of file PkzipClassic.cs. |
|
Cleanup internal state.
Definition at line 359 of file PkzipClassic.cs. |
|
Transforms the specified region of the input byte array and copies the resulting transform to the specified region of the output byte array.
Definition at line 302 of file PkzipClassic.cs. |
|
Transforms the specified region of the specified byte array.
Definition at line 285 of file PkzipClassic.cs. |
|
Gets a value indicating whether the current transform can be reused.
Definition at line 316 of file PkzipClassic.cs. |
|
Gets a value indicating whether multiple blocks can be transformed.
Definition at line 346 of file PkzipClassic.cs. |
|
Gets the size of the input data blocks in bytes.
Definition at line 326 of file PkzipClassic.cs. |
|
Gets the size of the output data blocks in bytes.
Definition at line 336 of file PkzipClassic.cs. |