TSAClientBouncyCastle Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.security iTextSharp.text.pdf.security.TSAClientBouncyCastle[[TSAClientBouncyCastle]] iTextSharp.text.pdf.security.ITSAClient[[ITSAClient]] class iTextSharp.text.pdf.security.ITSAClient interfaceStyle; end iTextSharp.text.pdf.security.ITSAClient --> iTextSharp.text.pdf.security.TSAClientBouncyCastle
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
() |
|
|
( |
|
|
() |
|
|
(
tsaInfo) |
|
|
( |
Protected internal methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Inheritance
Constructors
TSAClientBouncyCastle [1/3]
Source code
public TSAClientBouncyCastle(string url)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
url |
TSAClientBouncyCastle [2/3]
Source code
public TSAClientBouncyCastle(string url, string username, string password)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
url |
|
|
|
username |
|
|
|
password |
TSAClientBouncyCastle [3/3]
Source code
public TSAClientBouncyCastle(string url, string username, string password, int tokSzEstimate, string digestAlgorithm)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
url |
|
|
|
username |
|
|
|
password |
|
|
|
tokSzEstimate |
|
|
|
digestAlgorithm |
Methods
SetTSAInfo
Source code
public virtual void SetTSAInfo(ITSAInfoBouncyCastle tsaInfo)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tsaInfo |
GetTSAReqPolicy
Source code
public virtual string GetTSAReqPolicy()
SetTSAReqPolicy
Source code
public virtual void SetTSAReqPolicy(string tsaReqPolicy)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tsaReqPolicy |
GetTokenSizeEstimate
Source code
public virtual int GetTokenSizeEstimate()
GetMessageDigest
Source code
public virtual IDigest GetMessageDigest()
GetTimeStampToken
Source code
public virtual byte GetTimeStampToken(byte[] imprint)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
imprint |
GetTSAResponse
Source code
protected internal virtual byte GetTSAResponse(byte[] requestBytes)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
requestBytes |
Generated with ModularDoc