C# Class Org.BouncyCastle.Asn1.DerNull

Inheritance: Asn1Null
Mostra file Open project: nonorganic/dssnet

Public Properties

Property Type Description
Instance DerNull

Protected Methods

Method Description
Asn1Equals ( Asn1Object asn1Object ) : bool
Asn1GetHashCode ( ) : int
DerNull ( int dummy ) : System

Private Methods

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

Method Details

Asn1Equals() protected method

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

Asn1GetHashCode() protected method

protected Asn1GetHashCode ( ) : int
return int

DerNull() protected method

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

Property Details

Instance public_oe static_oe property

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