C# 클래스 Org.BouncyCastle.Asn1.DerIA5String

상속: DerStringBase
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
DerIA5String ( byte str ) : System
DerIA5String ( string str ) : System
DerIA5String ( string str, bool validate ) : System
GetInstance ( Asn1TaggedObject obj, bool explicitly ) : DerIA5String
GetInstance ( object obj ) : DerIA5String
GetOctets ( ) : byte[]
GetString ( ) : string
IsIA5String ( string str ) : bool

보호된 메소드들

메소드 설명
Asn1Equals ( Asn1Object asn1Object ) : bool
Asn1GetHashCode ( ) : int

비공개 메소드들

메소드 설명
Encode ( DerOutputStream derOut ) : void

메소드 상세

Asn1Equals() 보호된 메소드

protected Asn1Equals ( Asn1Object asn1Object ) : bool
asn1Object Asn1Object
리턴 bool

Asn1GetHashCode() 보호된 메소드

protected Asn1GetHashCode ( ) : int
리턴 int

DerIA5String() 공개 메소드

public DerIA5String ( byte str ) : System
str byte
리턴 System

DerIA5String() 공개 메소드

public DerIA5String ( string str ) : System
str string
리턴 System

DerIA5String() 공개 메소드

public DerIA5String ( string str, bool validate ) : System
str string
validate bool
리턴 System

GetInstance() 공개 정적인 메소드

public static GetInstance ( Asn1TaggedObject obj, bool explicitly ) : DerIA5String
obj Asn1TaggedObject
explicitly bool
리턴 DerIA5String

GetInstance() 공개 정적인 메소드

public static GetInstance ( object obj ) : DerIA5String
obj object
리턴 DerIA5String

GetOctets() 공개 메소드

public GetOctets ( ) : byte[]
리턴 byte[]

GetString() 공개 메소드

public GetString ( ) : string
리턴 string

IsIA5String() 공개 정적인 메소드

public static IsIA5String ( string str ) : bool
str string
리턴 bool