C# Class Org.BouncyCastle.Asn1.X509.GeneralSubtree

Inheritance: Asn1Encodable
Exibir arquivo Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
GeneralSubtree ( GeneralName baseName ) : System
GeneralSubtree ( GeneralName baseName, BigInteger minimum, BigInteger maximum ) : System
GetInstance ( Asn1TaggedObject o, bool isExplicit ) : GeneralSubtree
GetInstance ( object obj ) : GeneralSubtree
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
GeneralSubtree ( Asn1Sequence seq ) : System

Method Details

GeneralSubtree() public method

public GeneralSubtree ( GeneralName baseName ) : System
baseName GeneralName
return System

GeneralSubtree() public method

public GeneralSubtree ( GeneralName baseName, BigInteger minimum, BigInteger maximum ) : System
baseName GeneralName
minimum Org.BouncyCastle.Math.BigInteger
maximum Org.BouncyCastle.Math.BigInteger
return System

GetInstance() public static method

public static GetInstance ( Asn1TaggedObject o, bool isExplicit ) : GeneralSubtree
o Asn1TaggedObject
isExplicit bool
return GeneralSubtree

GetInstance() public static method

public static GetInstance ( object obj ) : GeneralSubtree
obj object
return GeneralSubtree

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object