Table of Contents

Class X509NameEntryConverter

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

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