C# Class EU.Europa.EC.Markt.Dss.Validation.Tsp.OnlineTspSource

Class encompassing a RFC 3161 TSA, accessed through HTTP(S) to a given URI
Inheritance: iTextSharp.text.pdf.security.TSAClientBouncyCastle, ITspSource
Exibir arquivo Open project: nonorganic/dssnet

Public Methods

Method Description
GetTimeStampResponse ( DigestAlgorithm algorithm, byte digest ) : TimeStampResponse
OnlineTspSource ( string tspServer ) : System
OnlineTspSource ( string tspServer, string username, string password ) : System

Method Details

GetTimeStampResponse() public method

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

OnlineTspSource() public method

public OnlineTspSource ( string tspServer ) : System
tspServer string
return System

OnlineTspSource() public method

public OnlineTspSource ( string tspServer, string username, string password ) : System
tspServer string
username string
password string
return System