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

Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetConvertedValue ( DerObjectIdentifier oid, string value ) : Asn1Object

Protected Methods

Method Description
CanBePrintable ( string str ) : bool
ConvertHexEncoded ( string hexString, int offset ) : Asn1Object

Method Details

CanBePrintable() protected method

protected CanBePrintable ( string str ) : bool
str string
return bool

ConvertHexEncoded() protected method

protected ConvertHexEncoded ( string hexString, int offset ) : Asn1Object
hexString string
offset int
return Asn1Object

GetConvertedValue() public abstract method

public abstract GetConvertedValue ( DerObjectIdentifier oid, string value ) : Asn1Object
oid DerObjectIdentifier
value string
return Asn1Object