C# 클래스 Qyoto.QSslCertificate

상속: Object, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
Clear ( ) : void
Digest ( ) : Qyoto.QByteArray
Digest ( Qyoto.QCryptographicHash algorithm ) : Qyoto.QByteArray
Dispose ( ) : void
EffectiveDate ( ) : Qyoto.QDateTime
Equals ( object o ) : bool
ExpiryDate ( ) : Qyoto.QDateTime
FromData ( Qyoto.QByteArray data ) : List
FromData ( Qyoto.QByteArray data, QSsl format ) : List
FromDevice ( Qyoto.QIODevice device ) : List
FromDevice ( Qyoto.QIODevice device, QSsl format ) : List
FromPath ( string path ) : List
FromPath ( string path, QSsl format ) : List
FromPath ( string path, QSsl format, Qyoto.QRegExp syntax ) : List
GetHashCode ( ) : int
IsNull ( ) : bool
IsValid ( ) : bool
IssuerInfo ( Qyoto.QByteArray tag ) : string
IssuerInfo ( QSslCertificate info ) : string
PublicKey ( ) : Qyoto.QSslKey
QSslCertificate ( Qyoto.QByteArray encoded ) : System
QSslCertificate ( Qyoto.QByteArray encoded, QSsl format ) : System
QSslCertificate ( Qyoto.QIODevice device ) : System
QSslCertificate ( Qyoto.QIODevice device, QSsl format ) : System
QSslCertificate ( QSslCertificate other ) : System
SerialNumber ( ) : Qyoto.QByteArray
ToDer ( ) : Qyoto.QByteArray
ToPem ( ) : Qyoto.QByteArray
Version ( ) : Qyoto.QByteArray
operator ( ) : bool
subjectInfo ( Qyoto.QByteArray tag ) : string
subjectInfo ( QSslCertificate info ) : string

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QSslCertificate ( Type dummy ) : System

비공개 메소드들

메소드 설명
QSslCertificate ( ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Digest() 공개 메소드

public Digest ( ) : Qyoto.QByteArray
리턴 Qyoto.QByteArray

Digest() 공개 메소드

public Digest ( Qyoto.QCryptographicHash algorithm ) : Qyoto.QByteArray
algorithm Qyoto.QCryptographicHash
리턴 Qyoto.QByteArray

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EffectiveDate() 공개 메소드

public EffectiveDate ( ) : Qyoto.QDateTime
리턴 Qyoto.QDateTime

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

ExpiryDate() 공개 메소드

public ExpiryDate ( ) : Qyoto.QDateTime
리턴 Qyoto.QDateTime

FromData() 공개 정적인 메소드

public static FromData ( Qyoto.QByteArray data ) : List
data Qyoto.QByteArray
리턴 List

FromData() 공개 정적인 메소드

public static FromData ( Qyoto.QByteArray data, QSsl format ) : List
data Qyoto.QByteArray
format QSsl
리턴 List

FromDevice() 공개 정적인 메소드

public static FromDevice ( Qyoto.QIODevice device ) : List
device Qyoto.QIODevice
리턴 List

FromDevice() 공개 정적인 메소드

public static FromDevice ( Qyoto.QIODevice device, QSsl format ) : List
device Qyoto.QIODevice
format QSsl
리턴 List

FromPath() 공개 정적인 메소드

public static FromPath ( string path ) : List
path string
리턴 List

FromPath() 공개 정적인 메소드

public static FromPath ( string path, QSsl format ) : List
path string
format QSsl
리턴 List

FromPath() 공개 정적인 메소드

public static FromPath ( string path, QSsl format, Qyoto.QRegExp syntax ) : List
path string
format QSsl
syntax Qyoto.QRegExp
리턴 List

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsNull() 공개 메소드

public IsNull ( ) : bool
리턴 bool

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

IssuerInfo() 공개 메소드

public IssuerInfo ( Qyoto.QByteArray tag ) : string
tag Qyoto.QByteArray
리턴 string

IssuerInfo() 공개 메소드

public IssuerInfo ( QSslCertificate info ) : string
info QSslCertificate
리턴 string

PublicKey() 공개 메소드

public PublicKey ( ) : Qyoto.QSslKey
리턴 Qyoto.QSslKey

QSslCertificate() 공개 메소드

public QSslCertificate ( Qyoto.QByteArray encoded ) : System
encoded Qyoto.QByteArray
리턴 System

QSslCertificate() 공개 메소드

public QSslCertificate ( Qyoto.QByteArray encoded, QSsl format ) : System
encoded Qyoto.QByteArray
format QSsl
리턴 System

QSslCertificate() 공개 메소드

public QSslCertificate ( Qyoto.QIODevice device ) : System
device Qyoto.QIODevice
리턴 System

QSslCertificate() 공개 메소드

public QSslCertificate ( Qyoto.QIODevice device, QSsl format ) : System
device Qyoto.QIODevice
format QSsl
리턴 System

QSslCertificate() 공개 메소드

public QSslCertificate ( QSslCertificate other ) : System
other QSslCertificate
리턴 System

QSslCertificate() 보호된 메소드

protected QSslCertificate ( Type dummy ) : System
dummy System.Type
리턴 System

SerialNumber() 공개 메소드

public SerialNumber ( ) : Qyoto.QByteArray
리턴 Qyoto.QByteArray

ToDer() 공개 메소드

public ToDer ( ) : Qyoto.QByteArray
리턴 Qyoto.QByteArray

ToPem() 공개 메소드

public ToPem ( ) : Qyoto.QByteArray
리턴 Qyoto.QByteArray

Version() 공개 메소드

public Version ( ) : Qyoto.QByteArray
리턴 Qyoto.QByteArray

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

subjectInfo() 공개 메소드

public subjectInfo ( Qyoto.QByteArray tag ) : string
tag Qyoto.QByteArray
리턴 string

subjectInfo() 공개 메소드

public subjectInfo ( QSslCertificate info ) : string
info QSslCertificate
리턴 string

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation