C# Class iTextSharp.text.pdf.TSAClientBouncyCastle

Inheritance: ITSAClient
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6

Protected Properties

Property Type Description
tokSzEstimate int
tsaPassword String
tsaURL String
tsaUsername String

Public Methods

Method 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

Protected Methods

Method Description
GetTSAResponse ( byte requestBytes ) : byte[]
GetTimeStampToken ( byte imprint ) : byte[]

Method Details

GetTSAResponse() protected method

protected GetTSAResponse ( byte requestBytes ) : byte[]
requestBytes byte
return byte[]

GetTimeStampToken() public method

public GetTimeStampToken ( PdfPKCS7 caller, byte imprint ) : byte[]
caller PdfPKCS7
imprint byte
return byte[]

GetTimeStampToken() protected method

protected GetTimeStampToken ( byte imprint ) : byte[]
imprint byte
return byte[]

GetTokenSizeEstimate() public method

public GetTokenSizeEstimate ( ) : int
return int

TSAClientBouncyCastle() public method

public TSAClientBouncyCastle ( String url ) : System
url String
return System

TSAClientBouncyCastle() public method

public TSAClientBouncyCastle ( String url, String username, String password ) : System
url String
username String
password String
return System

TSAClientBouncyCastle() public method

public TSAClientBouncyCastle ( String url, String username, String password, int tokSzEstimate ) : System
url String
username String
password String
tokSzEstimate int
return System

Property Details

tokSzEstimate protected_oe property

protected int tokSzEstimate
return int

tsaPassword protected_oe property

protected String tsaPassword
return String

tsaURL protected_oe property

protected String tsaURL
return String

tsaUsername protected_oe property

protected String tsaUsername
return String