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

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch

Méthodes publiques

Méthode Description
ProcessCrl ( X509Certificate cert, ICollection crlList ) : ICollection
SignDetached ( PdfSignatureAppearance sap, IExternalSignature externalSignature, ICollection chain, ICollection crlList, IOcspClient ocspClient, ITSAClient tsaClient, int estimatedSize, CryptoStandard sigtype ) : void

Method Details

ProcessCrl() public static méthode

public static ProcessCrl ( X509Certificate cert, ICollection crlList ) : ICollection
cert Org.BouncyCastle.X509.X509Certificate
crlList ICollection
Résultat ICollection

SignDetached() public static méthode

public static SignDetached ( PdfSignatureAppearance sap, IExternalSignature externalSignature, ICollection chain, ICollection crlList, IOcspClient ocspClient, ITSAClient tsaClient, int estimatedSize, CryptoStandard sigtype ) : void
sap PdfSignatureAppearance
externalSignature IExternalSignature
chain ICollection
crlList ICollection
ocspClient IOcspClient
tsaClient ITSAClient
estimatedSize int
sigtype CryptoStandard
Résultat void