C# Class Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher

Inheritance: IBlockCipher
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

GetBlockSize() public méthode

public GetBlockSize ( ) : int
Résultat int

GetUnderlyingCipher() public méthode

public GetUnderlyingCipher ( ) : IBlockCipher
Résultat IBlockCipher

Init() public méthode

public Init ( bool forEncryption, ICipherParameters parameters ) : void
forEncryption bool
parameters ICipherParameters
Résultat void

OpenPgpCfbBlockCipher() public méthode

public OpenPgpCfbBlockCipher ( IBlockCipher cipher ) : System
cipher IBlockCipher
Résultat System

ProcessBlock() public méthode

public ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int
input byte
inOff int
output byte
outOff int
Résultat int

Reset() public méthode

public Reset ( ) : void
Résultat void