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

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

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

Asn1Equals() 보호된 메소드

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

DerPrintableString() 공개 메소드

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

DerPrintableString() 공개 메소드

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

DerPrintableString() 공개 메소드

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

GetInstance() 공개 정적인 메소드

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

GetInstance() 공개 정적인 메소드

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

GetOctets() 공개 메소드

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

GetString() 공개 메소드

public GetString ( ) : string
리턴 string

IsPrintableString() 공개 정적인 메소드

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