Méthode | Description | |
---|---|---|
CfbBlockCipher ( IBlockCipher cipher, int bitBlockSize ) : System | ||
DecryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int | ||
EncryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int | ||
GetBlockSize ( ) : int | ||
GetUnderlyingCipher ( ) : IBlockCipher | ||
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int | ||
Reset ( ) : void |
public CfbBlockCipher ( IBlockCipher cipher, int bitBlockSize ) : System | ||
cipher | IBlockCipher | |
bitBlockSize | int | |
Résultat | System |
public DecryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int | ||
input | byte | |
inOff | int | |
outBytes | byte | |
outOff | int | |
Résultat | int |
public EncryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int | ||
input | byte | |
inOff | int | |
outBytes | byte | |
outOff | int | |
Résultat | int |
public GetUnderlyingCipher ( ) : IBlockCipher | ||
Résultat | IBlockCipher |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
Résultat | void |
public ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int | ||
input | byte | |
inOff | int | |
output | byte | |
outOff | int | |
Résultat | int |