DerPrintableString public class DerPrintableString : DerStringBase Documentation Code public DerPrintableString(string str) public DerPrintableString(string str, bool validate) public DerPrintableString(byte[] contents) public static DerPrintableString GetInstance(object obj) public static DerPrintableString GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit) public static DerPrintableString GetOptional(Asn1Encodable element) public static DerPrintableString GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit) public static bool IsPrintableString(string str) public byte[] GetOctets()