C# Class Org.BouncyCastle.Crypto.Engines.BlowfishEngine

Afficher le fichier Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Méthodes publiques

Méthode Description
BlowfishEngine ( ) : System
GetBlockSize ( ) : int
Init ( bool forEncryption, byte key ) : void
ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int
ProcessBuffer ( byte input, int inOff, byte output, int outOff, int length ) : void
Reset ( ) : void

Private Methods

Méthode Description
DecryptBlock ( byte src, int srcIndex, byte dst, int dstIndex ) : void
EncryptBlock ( byte src, int srcIndex, byte dst, int dstIndex ) : void
F ( uint x ) : uint
ProcessTable ( uint xl, uint xr, uint table ) : void
SetKey ( byte key ) : void

Method Details

BlowfishEngine() public méthode

public BlowfishEngine ( ) : System
Résultat System

GetBlockSize() public méthode

public GetBlockSize ( ) : int
Résultat int

Init() public méthode

public Init ( bool forEncryption, byte key ) : void
forEncryption bool
key byte
Résultat void

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

ProcessBuffer() public méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void