프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DepadBlock | byte[] | ||
Reset | void |
메소드 | 설명 | |
---|---|---|
UniversalCryptoDecryptor ( PaddingMode paddingMode, Internal.Cryptography.BasicSymmetricCipher basicSymmetricCipher ) : System |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
UncheckedTransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int | ||
UncheckedTransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[] |
메소드 | 설명 | |
---|---|---|
DepadBlock ( byte block, int offset, int count ) : byte[] |
Remove the padding from the last blocks being decrypted
|
|
Reset ( ) : 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 | |
리턴 | int |
protected final UncheckedTransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[] | ||
inputBuffer | byte | |
inputOffset | int | |
inputCount | int | |
리턴 | byte[] |
public UniversalCryptoDecryptor ( PaddingMode paddingMode, Internal.Cryptography.BasicSymmetricCipher basicSymmetricCipher ) : System | ||
paddingMode | PaddingMode | |
basicSymmetricCipher | Internal.Cryptography.BasicSymmetricCipher | |
리턴 | System |