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
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

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

Method Details

GetTimeStampResponse() public méthode

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

OnlineTspSource() public méthode

public OnlineTspSource ( string tspServer ) : System
tspServer string
Résultat System

OnlineTspSource() public méthode

public OnlineTspSource ( string tspServer, string username, string password ) : System
tspServer string
username string
password string
Résultat System