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

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

공개 메소드들

메소드 설명
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : void
Reset ( ) : void
ReturnByte ( byte input ) : byte
StreamBlockCipher ( IBlockCipher cipher ) : System

메소드 상세

Init() 공개 메소드

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

ProcessBytes() 공개 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

ReturnByte() 공개 메소드

public ReturnByte ( byte input ) : byte
input byte
리턴 byte

StreamBlockCipher() 공개 메소드

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