C# 클래스 NBitcoin.BouncyCastle.Crypto.BufferedBlockCipher

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

공개 프로퍼티들

프로퍼티 타입 설명
buf byte[]
bufOff int
cipher IBlockCipher
forEncryption bool

공개 메소드들

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

보호된 메소드들

메소드 설명
BufferedBlockCipher ( ) : System

메소드 상세

BufferedBlockCipher() 보호된 메소드

protected BufferedBlockCipher ( ) : System
리턴 System

BufferedBlockCipher() 공개 메소드

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

DoFinal() 공개 메소드

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

DoFinal() 공개 메소드

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

DoFinal() 공개 메소드

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

GetBlockSize() 공개 메소드

public GetBlockSize ( ) : int
리턴 int

GetOutputSize() 공개 메소드

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

GetUpdateOutputSize() 공개 메소드

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

Init() 공개 메소드

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

ProcessByte() 공개 메소드

public 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, int inOff, int length ) : byte[]
input byte
inOff int
length int
리턴 byte[]

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 Reset ( ) : void
리턴 void

프로퍼티 상세

buf 공개적으로 프로퍼티

public byte[] buf
리턴 byte[]

bufOff 공개적으로 프로퍼티

public int bufOff
리턴 int

cipher 공개적으로 프로퍼티

public IBlockCipher cipher
리턴 IBlockCipher

forEncryption 공개적으로 프로퍼티

public bool forEncryption
리턴 bool