C# Class NBitcoin.BouncyCastle.Asn1.DerNull

Inheritance: NBitcoin.BouncyCastle.Asn1.Asn1Null
Show file Open project: Nethereum/Nethereum

Public Properties

Property Type Description
Instance DerNull

Public Methods

Method Description
DerNull ( int dummy ) : System
Encode ( DerOutputStream derOut ) : void

Protected Methods

Method Description
Asn1Equals ( Asn1Object asn1Object ) : bool
Asn1GetHashCode ( ) : int

Private Methods

Method Description
DerNull ( ) : System

Method Details

Asn1Equals() protected method

protected Asn1Equals ( Asn1Object asn1Object ) : bool
asn1Object Asn1Object
return bool

Asn1GetHashCode() protected method

protected Asn1GetHashCode ( ) : int
return int

DerNull() public method

public DerNull ( int dummy ) : System
dummy int
return System

Encode() public method

public Encode ( DerOutputStream derOut ) : void
derOut DerOutputStream
return void

Property Details

Instance public static property

public static DerNull,NBitcoin.BouncyCastle.Asn1 Instance
return DerNull