C# Class Org.BouncyCastle.Asn1.DerNumericString

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

Public Methods

Method Description
DerNumericString ( byte str ) : System
DerNumericString ( string str ) : System
DerNumericString ( string str, bool validate ) : System
GetInstance ( Asn1TaggedObject obj, bool explicitly ) : DerNumericString
GetInstance ( object obj ) : DerNumericString
GetOctets ( ) : byte[]
GetString ( ) : string
IsNumericString ( string str ) : bool

Protected Methods

Method Description
Asn1Equals ( Asn1Object asn1Object ) : bool

Private Methods

Method Description
Encode ( DerOutputStream derOut ) : void

Method Details

Asn1Equals() protected method

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

DerNumericString() public method

public DerNumericString ( byte str ) : System
str byte
return System

DerNumericString() public method

public DerNumericString ( string str ) : System
str string
return System

DerNumericString() public method

public DerNumericString ( string str, bool validate ) : System
str string
validate bool
return System

GetInstance() public static method

public static GetInstance ( Asn1TaggedObject obj, bool explicitly ) : DerNumericString
obj Asn1TaggedObject
explicitly bool
return DerNumericString

GetInstance() public static method

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

GetOctets() public method

public GetOctets ( ) : byte[]
return byte[]

GetString() public method

public GetString ( ) : string
return string

IsNumericString() public static method

public static IsNumericString ( string str ) : bool
str string
return bool