C# 클래스 EU.Europa.EC.Markt.Dss.Validation.Tsp.OnlineTspSource

Class encompassing a RFC 3161 TSA, accessed through HTTP(S) to a given URI
상속: iTextSharp.text.pdf.security.TSAClientBouncyCastle, ITspSource
파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
GetTimeStampResponse ( DigestAlgorithm algorithm, byte digest ) : TimeStampResponse
OnlineTspSource ( string tspServer ) : System
OnlineTspSource ( string tspServer, string username, string password ) : System

메소드 상세

GetTimeStampResponse() 공개 메소드

public GetTimeStampResponse ( DigestAlgorithm algorithm, byte digest ) : TimeStampResponse
algorithm EU.Europa.EC.Markt.Dss.DigestAlgorithm
digest byte
리턴 Org.BouncyCastle.Tsp.TimeStampResponse

OnlineTspSource() 공개 메소드

public OnlineTspSource ( string tspServer ) : System
tspServer string
리턴 System

OnlineTspSource() 공개 메소드

public OnlineTspSource ( string tspServer, string username, string password ) : System
tspServer string
username string
password string
리턴 System