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

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

공개 메소드들

메소드 설명
Cast6Engine ( ) : System
GetBlockSize ( ) : int
Reset ( ) : void

비공개 메소드들

메소드 설명
CAST_Decipher ( uint A, uint B, uint C, uint D, uint result ) : void
CAST_Encipher ( uint A, uint B, uint C, uint D, uint result ) : void
DecryptBlock ( byte src, int srcIndex, byte dst, int dstIndex ) : int
EncryptBlock ( byte src, int srcIndex, byte dst, int dstIndex ) : int
SetKey ( byte key ) : void

메소드 상세

Cast6Engine() 공개 메소드

public Cast6Engine ( ) : System
리턴 System

GetBlockSize() 공개 메소드

public GetBlockSize ( ) : int
리턴 int

Reset() 공개 메소드

public Reset ( ) : void
리턴 void