C# Class BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignerInputBuffer.SigStream

Inheritance: BaseOutputStream
Mostra file Open project: 526077247/ET

Public Methods

Method Description
Write ( Array buf, int off, int len ) : void
WriteByte ( byte b ) : void

Private Methods

Method Description
SigStream ( ISigner s ) : System

Method Details

Write() public method

public Write ( Array buf, int off, int len ) : void
buf Array
off int
len int
return void

WriteByte() public method

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