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

Inheritance: ITSAClient
ファイルを表示 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_oe property

protected String digestAlgorithm
return String

tokenSizeEstimate protected_oe property

protected int tokenSizeEstimate
return int

tsaInfo protected_oe property

protected ITSAInfoBouncyCastle tsaInfo
return ITSAInfoBouncyCastle

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