C# 클래스 Org.BouncyCastle.Crypto.Engines.BlowfishEngine

파일 보기 프로젝트 열기: nohbdy/ffxivmodelviewer 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

BlowfishEngine() 공개 메소드

public BlowfishEngine ( ) : System
리턴 System

GetBlockSize() 공개 메소드

public GetBlockSize ( ) : int
리턴 int

Init() 공개 메소드

public Init ( bool forEncryption, byte key ) : void
forEncryption bool
key byte
리턴 void

ProcessBlock() 공개 메소드

public ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int
input byte
inOff int
output byte
outOff int
리턴 int

ProcessBuffer() 공개 메소드

public ProcessBuffer ( byte input, int inOff, byte output, int outOff, int length ) : void
input byte
inOff int
output byte
outOff int
length int
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void