Inheritance diagram for ICSharpCode::SharpZipLib::Encryption::PkzipClassicEncryptCryptoTransform:
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 | PkzipClassicEncryptCryptoTransform (byte[] keyBlock) |
Initialise a new instance of PkzipClassicEncryptCryptoTransform. |
Definition at line 159 of file PkzipClassic.cs.
|
Initialise a new instance of PkzipClassicEncryptCryptoTransform.
Definition at line 165 of file PkzipClassic.cs. |
|
Cleanup internal state.
Definition at line 253 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 196 of file PkzipClassic.cs. |
|
Transforms the specified region of the specified byte array.
Definition at line 179 of file PkzipClassic.cs. |
|
Gets a value indicating whether the current transform can be reused.
Definition at line 210 of file PkzipClassic.cs. |
|
Gets a value indicating whether multiple blocks can be transformed.
Definition at line 240 of file PkzipClassic.cs. |
|
Gets the size of the input data blocks in bytes.
Definition at line 220 of file PkzipClassic.cs. |
|
Gets the size of the output data blocks in bytes.
Definition at line 230 of file PkzipClassic.cs. |