C# 클래스 Org.BouncyCastle.Asn1.X509.X509NameEntryConverter

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
GetConvertedValue ( DerObjectIdentifier oid, string value ) : Asn1Object

보호된 메소드들

메소드 설명
CanBePrintable ( string str ) : bool
ConvertHexEncoded ( string hexString, int offset ) : Asn1Object

메소드 상세

CanBePrintable() 보호된 메소드

protected CanBePrintable ( string str ) : bool
str string
리턴 bool

ConvertHexEncoded() 보호된 메소드

protected ConvertHexEncoded ( string hexString, int offset ) : Asn1Object
hexString string
offset int
리턴 Asn1Object

GetConvertedValue() 공개 추상적인 메소드

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