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

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

공개 메소드들

메소드 설명
CfbBlockCipher ( IBlockCipher cipher, int bitBlockSize ) : System
DecryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int
EncryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int
GetBlockSize ( ) : int
GetUnderlyingCipher ( ) : IBlockCipher
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int
Reset ( ) : void

메소드 상세

CfbBlockCipher() 공개 메소드

public CfbBlockCipher ( IBlockCipher cipher, int bitBlockSize ) : System
cipher IBlockCipher
bitBlockSize int
리턴 System

DecryptBlock() 공개 메소드

public DecryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int
input byte
inOff int
outBytes byte
outOff int
리턴 int

EncryptBlock() 공개 메소드

public EncryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int
input byte
inOff int
outBytes byte
outOff int
리턴 int

GetBlockSize() 공개 메소드

public GetBlockSize ( ) : int
리턴 int

GetUnderlyingCipher() 공개 메소드

public GetUnderlyingCipher ( ) : IBlockCipher
리턴 IBlockCipher

Init() 공개 메소드

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

ProcessBlock() 공개 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void