Méthode | Description | |
---|---|---|
GetInputBlockSize ( ) : int | ||
GetOutputBlockSize ( ) : int | ||
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
ProcessBlock ( byte input, int inOff, int length ) : byte[] |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
Résultat | void |
public ProcessBlock ( byte input, int inOff, int length ) : byte[] | ||
input | byte | |
inOff | int | |
length | int | |
Résultat | byte[] |