Method | Description | |
---|---|---|
GetBlockSize ( ) : int | ||
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
ProcessBlock ( byte inBytes, int inOff, byte outBytes, int outOff ) : int | ||
Reset ( ) : void | ||
TeaEngine ( ) : System |
Method | Description | |
---|---|---|
decryptBlock ( byte inBytes, int inOff, byte outBytes, int outOff ) : int | ||
encryptBlock ( byte inBytes, int inOff, byte outBytes, int outOff ) : int | ||
setKey ( byte key ) : void |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
return | void |
public ProcessBlock ( byte inBytes, int inOff, byte outBytes, int outOff ) : int | ||
inBytes | byte | |
inOff | int | |
outBytes | byte | |
outOff | int | |
return | int |