메소드 | 설명 | |
---|---|---|
UniversalCryptoEncryptor ( PaddingMode paddingMode, Internal.Cryptography.BasicSymmetricCipher basicSymmetricCipher ) : System |
메소드 | 설명 | |
---|---|---|
UncheckedTransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int | ||
UncheckedTransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[] |
메소드 | 설명 | |
---|---|---|
PadBlock ( byte block, int offset, int count ) : byte[] |
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 UniversalCryptoEncryptor ( PaddingMode paddingMode, Internal.Cryptography.BasicSymmetricCipher basicSymmetricCipher ) : System | ||
paddingMode | PaddingMode | |
basicSymmetricCipher | Internal.Cryptography.BasicSymmetricCipher | |
리턴 | System |