C# 클래스 Org.BouncyCastle.Crypto.BufferedIesCipher

상속: BufferedCipherBase
파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
BufferedIesCipher ( IesEngine engine ) : System
DoFinal ( ) : byte[]
DoFinal ( byte input, int inOff, int length ) : byte[]
GetBlockSize ( ) : int
GetOutputSize ( int inputLen ) : int
GetUpdateOutputSize ( int inputLen ) : int
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessByte ( byte input ) : byte[]
ProcessBytes ( byte input, int inOff, int length ) : byte[]
Reset ( ) : void

메소드 상세

BufferedIesCipher() 공개 메소드

public BufferedIesCipher ( IesEngine engine ) : System
engine Org.BouncyCastle.Crypto.Engines.IesEngine
리턴 System

DoFinal() 공개 메소드

public DoFinal ( ) : byte[]
리턴 byte[]

DoFinal() 공개 메소드

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

GetBlockSize() 공개 메소드

public GetBlockSize ( ) : int
리턴 int

GetOutputSize() 공개 메소드

public GetOutputSize ( int inputLen ) : int
inputLen int
리턴 int

GetUpdateOutputSize() 공개 메소드

public GetUpdateOutputSize ( int inputLen ) : int
inputLen int
리턴 int

Init() 공개 메소드

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

ProcessByte() 공개 메소드

public ProcessByte ( byte input ) : byte[]
input byte
리턴 byte[]

ProcessBytes() 공개 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void