C# 클래스 iTextSharp.text.pdf.security.MakeSignature

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch

공개 메소드들

메소드 설명
ProcessCrl ( X509Certificate cert, ICollection crlList ) : ICollection
SignDetached ( PdfSignatureAppearance sap, IExternalSignature externalSignature, ICollection chain, ICollection crlList, IOcspClient ocspClient, ITSAClient tsaClient, int estimatedSize, CryptoStandard sigtype ) : void

메소드 상세

ProcessCrl() 공개 정적인 메소드

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

SignDetached() 공개 정적인 메소드

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
리턴 void