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

Inheritance: ITSAClient
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch

Protected Properties

Свойство Type Description
digestAlgorithm String
tokenSizeEstimate int
tsaInfo ITSAInfoBouncyCastle
tsaPassword String
tsaURL String
tsaUsername String

Méthodes publiques

Méthode 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

Méthodes protégées

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

Method Details

GetMessageDigest() public méthode

public GetMessageDigest ( ) : IDigest
Résultat IDigest

GetTSAResponse() protected méthode

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

GetTimeStampToken() public méthode

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

GetTokenSizeEstimate() public méthode

public GetTokenSizeEstimate ( ) : int
Résultat int

SetTSAInfo() public méthode

public SetTSAInfo ( ITSAInfoBouncyCastle tsaInfo ) : void
tsaInfo ITSAInfoBouncyCastle
Résultat void

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

Property Details

digestAlgorithm protected_oe property

protected String digestAlgorithm
Résultat String

tokenSizeEstimate protected_oe property

protected int tokenSizeEstimate
Résultat int

tsaInfo protected_oe property

protected ITSAInfoBouncyCastle tsaInfo
Résultat ITSAInfoBouncyCastle

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