Table of Contents

Class X509NameEntryConverter

Namespace
Enterprises.Org.BouncyCastle.Asn1.X509
Assembly
Enterprises.BouncyCastle.Crypto.dll
public abstract class X509NameEntryConverter
Inheritance
X509NameEntryConverter
Derived
Inherited Members

Constructors

X509NameEntryConverter()

protected X509NameEntryConverter()

Methods

CanBePrintable(string)

protected bool CanBePrintable(string str)

Parameters

str string

Returns

bool

ConvertHexEncoded(string, int)

protected Asn1Object ConvertHexEncoded(string hexString, int offset)

Parameters

hexString string
offset int

Returns

Asn1Object

GetConvertedValue(DerObjectIdentifier, string)

public abstract Asn1Object GetConvertedValue(DerObjectIdentifier oid, string value)

Parameters

oid DerObjectIdentifier
value string

Returns

Asn1Object