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

Inheritance: BaseOutputStream
Afficher le fichier Open project: 526077247/ET

Méthodes publiques

Méthode Description
Write ( Array buf, int off, int len ) : void
WriteByte ( byte b ) : void

Private Methods

Méthode Description
SigStream ( ISigner s ) : System

Method Details

Write() public méthode

public Write ( Array buf, int off, int len ) : void
buf Array
off int
len int
Résultat void

WriteByte() public méthode

public WriteByte ( byte b ) : void
b byte
Résultat void