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

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

보호된 프로퍼티들

프로퍼티 타입 설명
EmptyBuffer byte[]

공개 메소드들

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

메소드 상세

DoFinal() 공개 추상적인 메소드

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

DoFinal() 공개 메소드

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

DoFinal() 공개 추상적인 메소드

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

DoFinal() 공개 메소드

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

DoFinal() 공개 메소드

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

DoFinal() 공개 메소드

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

GetBlockSize() 공개 추상적인 메소드

public abstract GetBlockSize ( ) : int
리턴 int

GetOutputSize() 공개 추상적인 메소드

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

GetUpdateOutputSize() 공개 추상적인 메소드

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

Init() 공개 추상적인 메소드

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

ProcessByte() 공개 추상적인 메소드

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

ProcessByte() 공개 메소드

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

ProcessBytes() 공개 메소드

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

ProcessBytes() 공개 추상적인 메소드

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

ProcessBytes() 공개 메소드

public ProcessBytes ( 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

Reset() 공개 추상적인 메소드

public abstract Reset ( ) : void
리턴 void

프로퍼티 상세

EmptyBuffer 보호되어 있는 정적으로 프로퍼티

protected static byte[] EmptyBuffer
리턴 byte[]