C# 클래스 Org.BouncyCastle.Crypto.Tls.LegacyTlsAuthentication

A temporary class to wrap old CertificateVerifyer stuff for new TlsAuthentication.
상속: TlsAuthentication
파일 보기 프로젝트 열기: nonorganic/dssnet

보호된 프로퍼티들

프로퍼티 타입 설명
verifyer ICertificateVerifyer

공개 메소드들

메소드 설명
GetClientCredentials ( CertificateRequest certificateRequest ) : TlsCredentials
LegacyTlsAuthentication ( ICertificateVerifyer verifyer ) : System
NotifyServerCertificate ( Certificate serverCertificate ) : void

메소드 상세

GetClientCredentials() 공개 메소드

public GetClientCredentials ( CertificateRequest certificateRequest ) : TlsCredentials
certificateRequest CertificateRequest
리턴 TlsCredentials

LegacyTlsAuthentication() 공개 메소드

public LegacyTlsAuthentication ( ICertificateVerifyer verifyer ) : System
verifyer ICertificateVerifyer
리턴 System

NotifyServerCertificate() 공개 메소드

public NotifyServerCertificate ( Certificate serverCertificate ) : void
serverCertificate Certificate
리턴 void

프로퍼티 상세

verifyer 보호되어 있는 프로퍼티

protected ICertificateVerifyer verifyer
리턴 ICertificateVerifyer