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

Mostra file Open project: mapo80/iTextSharp-Monotouch

Public Methods

Method 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 method

public static ProcessCrl ( X509Certificate cert, ICollection crlList ) : ICollection
cert Org.BouncyCastle.X509.X509Certificate
crlList ICollection
return ICollection

SignDetached() public static method

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
return void