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

상속: IBlockCipher
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
Cast5Engine ( ) : System
GetBlockSize ( ) : int
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int
Reset ( ) : void

비공개 메소드들

메소드 설명
Bits32ToInts ( uint inData, int b, int offset ) : void
CAST_Decipher ( uint L16, uint R16, uint result ) : void
CAST_Encipher ( uint L0, uint R0, uint result ) : void
DecryptBlock ( byte src, int srcIndex, byte dst, int dstIndex ) : int
EncryptBlock ( byte src, int srcIndex, byte dst, int dstIndex ) : int
F1 ( uint D, uint Kmi, int Kri ) : uint
F2 ( uint D, uint Kmi, int Kri ) : uint
F3 ( uint D, uint Kmi, int Kri ) : uint
IntsTo32bits ( int b, int i ) : uint
SetKey ( byte key ) : void

메소드 상세

Cast5Engine() 공개 메소드

public Cast5Engine ( ) : System
리턴 System

GetBlockSize() 공개 메소드

public GetBlockSize ( ) : int
리턴 int

Init() 공개 메소드

public Init ( bool forEncryption, ICipherParameters parameters ) : void
forEncryption bool
parameters ICipherParameters
리턴 void

ProcessBlock() 공개 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void