Method | Description | |
---|---|---|
DoFinal ( byte output, int outOff ) : int | ||
GcmBlockCipher ( IBlockCipher c ) : System | ||
GetBlockSize ( ) : int | ||
GetMac ( ) : byte[] | ||
GetOutputSize ( int len ) : int | ||
GetUpdateOutputSize ( int len ) : int | ||
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
ProcessByte ( byte input, byte output, int outOff ) : int | ||
ProcessBytes ( byte input, int inOff, int len, byte output, int outOff ) : int | ||
Reset ( ) : void |
Method | Description | |
---|---|---|
Process ( byte input, byte output, int outOff ) : int | ||
Reset ( bool clearMac ) : void | ||
asBlock ( BigInteger bi ) : byte[] | ||
gCTRBlock ( byte buf, int bufCount, byte output, int outOff ) : void | ||
gHASH ( byte b, bool nonce ) : BigInteger | ||
gHASHBlock ( byte block ) : void | ||
inc ( byte block ) : void | ||
multiply ( BigInteger X, BigInteger Y ) : BigInteger |
public DoFinal ( byte output, int outOff ) : int | ||
output | byte | |
outOff | int | |
return | int |
public GcmBlockCipher ( IBlockCipher c ) : System | ||
c | IBlockCipher | |
return | System |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
return | void |
public ProcessByte ( byte input, byte output, int outOff ) : int | ||
input | byte | |
output | byte | |
outOff | int | |
return | int |
public ProcessBytes ( byte input, int inOff, int len, byte output, int outOff ) : int | ||
input | byte | |
inOff | int | |
len | int | |
output | byte | |
outOff | int | |
return | int |