C# Class NBitcoin.BouncyCastle.Asn1.DerOutputStream

Inheritance: NBitcoin.BouncyCastle.Utilities.IO.FilterStream
Afficher le fichier Open project: Nethereum/Nethereum Class Usage Examples

Méthodes publiques

Méthode Description
DerOutputStream ( Stream os ) : System
WriteEncoded ( int tag, byte bytes ) : void
WriteEncoded ( int tag, byte first, byte bytes ) : void
WriteEncoded ( int tag, byte bytes, int offset, int length ) : void
WriteEncoded ( int flags, int tagNo, byte bytes ) : void
WriteObject ( Asn1Encodable obj ) : void
WriteObject ( Asn1Object obj ) : void
WriteTag ( int flags, int tagNo ) : void

Méthodes protégées

Méthode Description
WriteNull ( ) : void

Private Methods

Méthode Description
WriteLength ( int length ) : void
WriteObject ( object obj ) : void

Method Details

DerOutputStream() public méthode

public DerOutputStream ( Stream os ) : System
os Stream
Résultat System

WriteEncoded() public méthode

public WriteEncoded ( int tag, byte bytes ) : void
tag int
bytes byte
Résultat void

WriteEncoded() public méthode

public WriteEncoded ( int tag, byte first, byte bytes ) : void
tag int
first byte
bytes byte
Résultat void

WriteEncoded() public méthode

public WriteEncoded ( int tag, byte bytes, int offset, int length ) : void
tag int
bytes byte
offset int
length int
Résultat void

WriteEncoded() public méthode

public WriteEncoded ( int flags, int tagNo, byte bytes ) : void
flags int
tagNo int
bytes byte
Résultat void

WriteNull() protected méthode

protected WriteNull ( ) : void
Résultat void

WriteObject() public méthode

public WriteObject ( Asn1Encodable obj ) : void
obj Asn1Encodable
Résultat void

WriteObject() public méthode

public WriteObject ( Asn1Object obj ) : void
obj Asn1Object
Résultat void

WriteTag() public méthode

public WriteTag ( int flags, int tagNo ) : void
flags int
tagNo int
Résultat void