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

상속: BufferedCipherBase
파일 보기 프로젝트 열기: nokiadatagathering/WP7-Official 1 사용 예제들

공개 메소드들

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

Reset the buffer

비공개 메소드들

메소드 설명
GetBufferPosition ( ) : int

메소드 상세

BufferedAsymmetricBlockCipher() 공개 메소드

public BufferedAsymmetricBlockCipher ( IAsymmetricBlockCipher cipher ) : System
cipher IAsymmetricBlockCipher
리턴 System

DoFinal() 공개 메소드

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

DoFinal() 공개 메소드

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

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[]

ProcessBytes() 공개 메소드

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

Reset() 공개 메소드

Reset the buffer
public Reset ( ) : void
리턴 void