C# Class NBitcoin.BouncyCastle.Crypto.Paddings.PaddedBufferedBlockCipher

Inheritance: BufferedBlockCipher
Afficher le fichier Open project: Nethereum/Nethereum Class Usage Examples

Méthodes publiques

Méthode Description
DoFinal ( byte output, int outOff ) : int
GetOutputSize ( int length ) : int
GetUpdateOutputSize ( int length ) : int
Init ( bool forEncryption, ICipherParameters parameters ) : void
PaddedBufferedBlockCipher ( IBlockCipher cipher ) : System
PaddedBufferedBlockCipher ( IBlockCipher cipher, IBlockCipherPadding padding ) : System
ProcessByte ( byte input, byte output, int outOff ) : int
ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int

Method Details

DoFinal() public méthode

public DoFinal ( byte output, int outOff ) : int
output byte
outOff int
Résultat int

GetOutputSize() public méthode

public GetOutputSize ( int length ) : int
length int
Résultat int

GetUpdateOutputSize() public méthode

public GetUpdateOutputSize ( int length ) : int
length int
Résultat int

Init() public méthode

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

PaddedBufferedBlockCipher() public méthode

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

PaddedBufferedBlockCipher() public méthode

public PaddedBufferedBlockCipher ( IBlockCipher cipher, IBlockCipherPadding padding ) : System
cipher IBlockCipher
padding IBlockCipherPadding
Résultat System

ProcessByte() public méthode

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

ProcessBytes() public méthode

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