Property | Type | Description | |
---|---|---|---|
P | byte[] | ||
n | byte | ||
s | byte | ||
workingIV | byte[] | ||
workingKey | byte[] |
Method | Description | |
---|---|---|
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
ProcessBytes ( byte input, int inOff, int len, byte output, int outOff ) : void | ||
Reset ( ) : void | ||
ReturnByte ( byte input ) : byte |
Method | Description | |
---|---|---|
InitKey ( byte keyBytes, byte ivBytes ) : void |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
return | void |
protected InitKey ( byte keyBytes, byte ivBytes ) : void | ||
keyBytes | byte | |
ivBytes | byte | |
return | void |
public ProcessBytes ( byte input, int inOff, int len, byte output, int outOff ) : void | ||
input | byte | |
inOff | int | |
len | int | |
output | byte | |
outOff | int | |
return | void |