Property | Type | Description | |
---|---|---|---|
DepadBlock | byte[] | ||
Reset | void |
Method | Description | |
---|---|---|
UniversalCryptoDecryptor ( PaddingMode paddingMode, Internal.Cryptography.BasicSymmetricCipher basicSymmetricCipher ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
UncheckedTransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int | ||
UncheckedTransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[] |
Method | Description | |
---|---|---|
DepadBlock ( byte block, int offset, int count ) : byte[] |
Remove the padding from the last blocks being decrypted
|
|
Reset ( ) : void |
protected final Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
protected final UncheckedTransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int | ||
inputBuffer | byte | |
inputOffset | int | |
inputCount | int | |
outputBuffer | byte | |
outputOffset | int | |
return | int |
protected final UncheckedTransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[] | ||
inputBuffer | byte | |
inputOffset | int | |
inputCount | int | |
return | byte[] |
public UniversalCryptoDecryptor ( PaddingMode paddingMode, Internal.Cryptography.BasicSymmetricCipher basicSymmetricCipher ) : System | ||
paddingMode | PaddingMode | |
basicSymmetricCipher | Internal.Cryptography.BasicSymmetricCipher | |
return | System |