Property | Type | Description | |
---|---|---|---|
EmptyBuffer | byte[] |
Method | Description | |
---|---|---|
DoFinal ( ) : byte[] | ||
DoFinal ( byte input ) : byte[] | ||
DoFinal ( byte input, int inOff, int length ) : byte[] | ||
DoFinal ( byte input, byte output, int outOff ) : int | ||
DoFinal ( byte output, int outOff ) : int | ||
DoFinal ( byte input, int inOff, int length, byte output, int outOff ) : int | ||
GetBlockSize ( ) : int | ||
GetOutputSize ( int inputLen ) : int | ||
GetUpdateOutputSize ( int inputLen ) : int | ||
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
ProcessByte ( byte input ) : byte[] | ||
ProcessByte ( byte input, byte output, int outOff ) : int | ||
ProcessBytes ( byte input ) : byte[] | ||
ProcessBytes ( byte input, int inOff, int length ) : byte[] | ||
ProcessBytes ( byte input, byte output, int outOff ) : int | ||
ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int | ||
Reset ( ) : void |
public abstract DoFinal ( byte input, int inOff, int length ) : byte[] | ||
input | byte | |
inOff | int | |
length | int | |
return | byte[] |
public DoFinal ( byte input, byte output, int outOff ) : int | ||
input | byte | |
output | byte | |
outOff | int | |
return | int |
public DoFinal ( byte output, int outOff ) : int | ||
output | byte | |
outOff | int | |
return | int |
public DoFinal ( byte input, int inOff, int length, byte output, int outOff ) : int | ||
input | byte | |
inOff | int | |
length | int | |
output | byte | |
outOff | int | |
return | int |
public abstract GetOutputSize ( int inputLen ) : int | ||
inputLen | int | |
return | int |
public abstract GetUpdateOutputSize ( int inputLen ) : int | ||
inputLen | int | |
return | int |
public abstract Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
return | void |
public abstract ProcessByte ( byte input ) : byte[] | ||
input | byte | |
return | byte[] |
public ProcessByte ( byte input, byte output, int outOff ) : int | ||
input | byte | |
output | byte | |
outOff | int | |
return | int |
public abstract ProcessBytes ( byte input, int inOff, int length ) : byte[] | ||
input | byte | |
inOff | int | |
length | int | |
return | byte[] |
public ProcessBytes ( byte input, byte output, int outOff ) : int | ||
input | byte | |
output | byte | |
outOff | int | |
return | int |
public ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int | ||
input | byte | |
inOff | int | |
length | int | |
output | byte | |
outOff | int | |
return | int |