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

Inheritance: DerStringBase
Show file Open project: braintree/braintree_windows_phone_encryption Class Usage Examples

Public Methods

Method Description
DerPrintableString ( byte str ) : System
DerPrintableString ( string str ) : System
DerPrintableString ( string str, bool validate ) : System
GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : DerPrintableString
GetInstance ( object obj ) : DerPrintableString
GetOctets ( ) : byte[]
GetString ( ) : string
IsPrintableString ( 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

DerPrintableString() public method

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

DerPrintableString() public method

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

DerPrintableString() public method

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

GetInstance() public static method

public static GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : DerPrintableString
obj Asn1TaggedObject
isExplicit bool
return DerPrintableString

GetInstance() public static method

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

GetOctets() public method

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

GetString() public method

public GetString ( ) : string
return string

IsPrintableString() public static method

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