C# Class iTextSharp.text.pdf.security.TSAClientBouncyCastle

Inheritance: ITSAClient
Show file Open project: mapo80/iTextSharp-Monotouch

Protected Properties

Property Type Description
digestAlgorithm String
tokenSizeEstimate int
tsaInfo ITSAInfoBouncyCastle
tsaPassword String
tsaURL String
tsaUsername String

Public Methods

Method Description
GetMessageDigest ( ) : IDigest
GetTimeStampToken ( byte imprint ) : byte[]
GetTokenSizeEstimate ( ) : int
SetTSAInfo ( ITSAInfoBouncyCastle tsaInfo ) : void
TSAClientBouncyCastle ( String url ) : System
TSAClientBouncyCastle ( String url, String username, String password ) : System
TSAClientBouncyCastle ( String url, String username, String password, int tokSzEstimate, String digestAlgorithm ) : System

Protected Methods

Method Description
GetTSAResponse ( byte requestBytes ) : byte[]

Method Details

GetMessageDigest() public method

public GetMessageDigest ( ) : IDigest
return IDigest

GetTSAResponse() protected method

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

GetTimeStampToken() public method

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

GetTokenSizeEstimate() public method

public GetTokenSizeEstimate ( ) : int
return int

SetTSAInfo() public method

public SetTSAInfo ( ITSAInfoBouncyCastle tsaInfo ) : void
tsaInfo ITSAInfoBouncyCastle
return void

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, String digestAlgorithm ) : System
url String
username String
password String
tokSzEstimate int
digestAlgorithm String
return System

Property Details

digestAlgorithm protected property

protected String digestAlgorithm
return String

tokenSizeEstimate protected property

protected int tokenSizeEstimate
return int

tsaInfo protected property

protected ITSAInfoBouncyCastle tsaInfo
return ITSAInfoBouncyCastle

tsaPassword protected property

protected String tsaPassword
return String

tsaURL protected property

protected String tsaURL
return String

tsaUsername protected property

protected String tsaUsername
return String