C# 클래스 Org.BouncyCastle.Crypto.Modes.CtsBlockCipher

상속: Org.BouncyCastle.Crypto.BufferedBlockCipher
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
CtsBlockCipher ( IBlockCipher cipher ) : System
DoFinal ( byte output, int outOff ) : int
GetOutputSize ( int length ) : int
GetUpdateOutputSize ( int length ) : int
ProcessByte ( byte input, byte output, int outOff ) : int
ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int

메소드 상세

CtsBlockCipher() 공개 메소드

public CtsBlockCipher ( IBlockCipher cipher ) : System
cipher IBlockCipher
리턴 System

DoFinal() 공개 메소드

public DoFinal ( byte output, int outOff ) : int
output byte
outOff int
리턴 int

GetOutputSize() 공개 메소드

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

GetUpdateOutputSize() 공개 메소드

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

ProcessByte() 공개 메소드

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

ProcessBytes() 공개 메소드

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