C# Class Org.BouncyCastle.Asn1.DerPrintableString

Inheritance: DerStringBase
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
DerPrintableString ( byte str ) : System
DerPrintableString ( string str ) : System
DerPrintableString ( string str, bool validate ) : System
GetInstance ( Asn1TaggedObject obj, bool explicitly ) : DerPrintableString
GetInstance ( object obj ) : DerPrintableString
GetOctets ( ) : byte[]
GetString ( ) : string
IsPrintableString ( string str ) : bool

Méthodes protégées

Méthode Description
Asn1Equals ( Asn1Object asn1Object ) : bool

Private Methods

Méthode Description
Encode ( DerOutputStream derOut ) : void

Method Details

Asn1Equals() protected méthode

protected Asn1Equals ( Asn1Object asn1Object ) : bool
asn1Object Asn1Object
Résultat bool

DerPrintableString() public méthode

public DerPrintableString ( byte str ) : System
str byte
Résultat System

DerPrintableString() public méthode

public DerPrintableString ( string str ) : System
str string
Résultat System

DerPrintableString() public méthode

public DerPrintableString ( string str, bool validate ) : System
str string
validate bool
Résultat System

GetInstance() public static méthode

public static GetInstance ( Asn1TaggedObject obj, bool explicitly ) : DerPrintableString
obj Asn1TaggedObject
explicitly bool
Résultat DerPrintableString

GetInstance() public static méthode

public static GetInstance ( object obj ) : DerPrintableString
obj object
Résultat DerPrintableString

GetOctets() public méthode

public GetOctets ( ) : byte[]
Résultat byte[]

GetString() public méthode

public GetString ( ) : string
Résultat string

IsPrintableString() public static méthode

public static IsPrintableString ( string str ) : bool
str string
Résultat bool