Méthode | Description | |
---|---|---|
GetBlockSize ( ) : int | ||
Init ( bool encrypting, ICipherParameters parameters ) : void | ||
ProcessBlock ( byte inBlock, int inOff, byte outBlock, int outOff ) : int | ||
Reset ( ) : void |
public Init ( bool encrypting, ICipherParameters parameters ) : void | ||
encrypting | bool | |
parameters | ICipherParameters | |
Résultat | void |
public ProcessBlock ( byte inBlock, int inOff, byte outBlock, int outOff ) : int | ||
inBlock | byte | |
inOff | int | |
outBlock | byte | |
outOff | int | |
Résultat | int |