C# Class iTextSharp.text.pdf.TSAClientBouncyCastle

Inheritance: ITSAClient
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Protected Properties

Свойство Type Description
tokSzEstimate int
tsaPassword String
tsaURL String
tsaUsername String

Méthodes publiques

Méthode Description
GetTimeStampToken ( PdfPKCS7 caller, byte imprint ) : byte[]
GetTokenSizeEstimate ( ) : int
TSAClientBouncyCastle ( String url ) : System
TSAClientBouncyCastle ( String url, String username, String password ) : System
TSAClientBouncyCastle ( String url, String username, String password, int tokSzEstimate ) : System

Méthodes protégées

Méthode Description
GetTSAResponse ( byte requestBytes ) : byte[]
GetTimeStampToken ( byte imprint ) : byte[]

Method Details

GetTSAResponse() protected méthode

protected GetTSAResponse ( byte requestBytes ) : byte[]
requestBytes byte
Résultat byte[]

GetTimeStampToken() public méthode

public GetTimeStampToken ( PdfPKCS7 caller, byte imprint ) : byte[]
caller PdfPKCS7
imprint byte
Résultat byte[]

GetTimeStampToken() protected méthode

protected GetTimeStampToken ( byte imprint ) : byte[]
imprint byte
Résultat byte[]

GetTokenSizeEstimate() public méthode

public GetTokenSizeEstimate ( ) : int
Résultat int

TSAClientBouncyCastle() public méthode

public TSAClientBouncyCastle ( String url ) : System
url String
Résultat System

TSAClientBouncyCastle() public méthode

public TSAClientBouncyCastle ( String url, String username, String password ) : System
url String
username String
password String
Résultat System

TSAClientBouncyCastle() public méthode

public TSAClientBouncyCastle ( String url, String username, String password, int tokSzEstimate ) : System
url String
username String
password String
tokSzEstimate int
Résultat System

Property Details

tokSzEstimate protected_oe property

protected int tokSzEstimate
Résultat int

tsaPassword protected_oe property

protected String tsaPassword
Résultat String

tsaURL protected_oe property

protected String tsaURL
Résultat String

tsaUsername protected_oe property

protected String tsaUsername
Résultat String