C# 클래스 Org.BouncyCastle.Crypto.Paddings.PaddedBufferedBlockCipher

상속: Org.BouncyCastle.Crypto.BufferedBlockCipher
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
DoFinal ( byte output, int outOff ) : int
GetOutputSize ( int length ) : int
GetUpdateOutputSize ( int length ) : int
Init ( bool forEncryption, ICipherParameters parameters ) : void
PaddedBufferedBlockCipher ( IBlockCipher cipher ) : System
PaddedBufferedBlockCipher ( IBlockCipher cipher, IBlockCipherPadding padding ) : System
ProcessByte ( byte input, byte output, int outOff ) : int
ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int

메소드 상세

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

Init() 공개 메소드

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

PaddedBufferedBlockCipher() 공개 메소드

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

PaddedBufferedBlockCipher() 공개 메소드

public PaddedBufferedBlockCipher ( IBlockCipher cipher, IBlockCipherPadding padding ) : System
cipher IBlockCipher
padding IBlockCipherPadding
리턴 System

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