C# 클래스 Org.BouncyCastle.Crypto.IO.SignerStream

상속: Stream
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
inSigner ISigner
outSigner ISigner
stream Stream

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
ReadSigner ( ) : ISigner
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long length ) : void
SignerStream ( Stream stream, ISigner readSigner, ISigner writeSigner ) : System
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte b ) : void
WriteSigner ( ) : ISigner

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int

ReadSigner() 공개 메소드

public ReadSigner ( ) : ISigner
리턴 ISigner

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
리턴 long

SetLength() 공개 메소드

public SetLength ( long length ) : void
length long
리턴 void

SignerStream() 공개 메소드

public SignerStream ( Stream stream, ISigner readSigner, ISigner writeSigner ) : System
stream Stream
readSigner ISigner
writeSigner ISigner
리턴 System

Write() 공개 메소드

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void

WriteByte() 공개 메소드

public WriteByte ( byte b ) : void
b byte
리턴 void

WriteSigner() 공개 메소드

public WriteSigner ( ) : ISigner
리턴 ISigner

프로퍼티 상세

inSigner 보호되어 있는 프로퍼티

protected ISigner inSigner
리턴 ISigner

outSigner 보호되어 있는 프로퍼티

protected ISigner outSigner
리턴 ISigner

stream 보호되어 있는 프로퍼티

protected Stream stream
리턴 Stream