C# Class BraintreeEncryption.Library.BouncyCastle.Asn1.DerOutputStream

Inheritance: BraintreeEncryption.Library.BouncyCastle.Asn1.Util.FilterStream
Afficher le fichier Open project: braintree/braintree_windows_phone_encryption Class Usage Examples

Méthodes publiques

Méthode Description
DerOutputStream ( Stream os ) : System
WriteObject ( Asn1Encodable obj ) : void
WriteObject ( Asn1Object obj ) : void

Méthodes protégées

Méthode Description
WriteNull ( ) : void

Private Methods

Méthode Description
WriteEncoded ( int tag, byte bytes ) : void
WriteEncoded ( int tag, byte bytes, int offset, int length ) : void
WriteEncoded ( int flags, int tagNo, byte bytes ) : void
WriteLength ( int length ) : void
WriteObject ( object obj ) : void
WriteTag ( int flags, int tagNo ) : void

Method Details

DerOutputStream() public méthode

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

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