Method | Description | |
---|---|---|
BufferedAsymmetricBlockCipher ( IAsymmetricBlockCipher cipher ) : System | ||
DoFinal ( ) : byte[] | ||
DoFinal ( byte input, int inOff, int length ) : byte[] | ||
GetBlockSize ( ) : int | ||
GetOutputSize ( int length ) : int | ||
GetUpdateOutputSize ( int length ) : int | ||
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
ProcessByte ( byte input ) : byte[] | ||
ProcessBytes ( byte input, int inOff, int length ) : byte[] | ||
Reset ( ) : void |
Reset the buffer
|
Method | Description | |
---|---|---|
GetBufferPosition ( ) : int |
public BufferedAsymmetricBlockCipher ( IAsymmetricBlockCipher cipher ) : System | ||
cipher | IAsymmetricBlockCipher | |
return | System |
public DoFinal ( byte input, int inOff, int length ) : byte[] | ||
input | byte | |
inOff | int | |
length | int | |
return | byte[] |
public GetUpdateOutputSize ( int length ) : int | ||
length | int | |
return | int |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
return | void |
public ProcessBytes ( byte input, int inOff, int length ) : byte[] | ||
input | byte | |
inOff | int | |
length | int | |
return | byte[] |