C# Class Org.BouncyCastle.Crypto.IO.SignerStream

Inheritance: Stream
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Protected Properties

Property Type Description
inSigner ISigner
outSigner ISigner
stream Stream

Public Methods

Method Description
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

Method Details

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

ReadByte() public method

public ReadByte ( ) : int
return int

ReadSigner() public method

public ReadSigner ( ) : ISigner
return ISigner

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
return long

SetLength() public method

public SetLength ( long length ) : void
length long
return void

SignerStream() public method

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

Write() public method

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

WriteByte() public method

public WriteByte ( byte b ) : void
b byte
return void

WriteSigner() public method

public WriteSigner ( ) : ISigner
return ISigner

Property Details

inSigner protected_oe property

protected ISigner inSigner
return ISigner

outSigner protected_oe property

protected ISigner outSigner
return ISigner

stream protected_oe property

protected Stream stream
return Stream