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