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

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

공개 메소드들

메소드 설명
GetInputBlockSize ( ) : int
GetOutputBlockSize ( ) : int
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessBlock ( byte input, int inOff, int length ) : byte[]

메소드 상세

GetInputBlockSize() 공개 메소드

public GetInputBlockSize ( ) : int
리턴 int

GetOutputBlockSize() 공개 메소드

public GetOutputBlockSize ( ) : int
리턴 int

Init() 공개 메소드

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

ProcessBlock() 공개 메소드

public ProcessBlock ( byte input, int inOff, int length ) : byte[]
input byte
inOff int
length int
리턴 byte[]