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

Inheritance: RootStoreVerifier
Show file Open project: mapo80/iTextSharp-Monotouch

Protected Properties

Property Type Description
dss PdfDictionary
fields AcroFields
latestRevision bool
option LtvVerification.CertificateOption
pkcs7 PdfPKCS7
reader PdfReader
signDate System.DateTime
signatureName String
verifyRootCertificate bool

Public Methods

Method Description
GetCRLsFromDSS ( ) : List
GetOCSPResponsesFromDSS ( ) : List
LtvVerifier ( PdfReader reader ) : System
SwitchToPreviousRevision ( ) : void
Verify ( List result ) : List
Verify ( X509Certificate signCert, X509Certificate issuerCert, System.DateTime sigDate ) : List
VerifyChain ( X509Certificate chain ) : void
VerifySignature ( ) : List

Protected Methods

Method Description
CoversWholeDocument ( ) : PdfPKCS7

Method Details

CoversWholeDocument() protected method

protected CoversWholeDocument ( ) : PdfPKCS7
return PdfPKCS7

GetCRLsFromDSS() public method

public GetCRLsFromDSS ( ) : List
return List

GetOCSPResponsesFromDSS() public method

public GetOCSPResponsesFromDSS ( ) : List
return List

LtvVerifier() public method

public LtvVerifier ( PdfReader reader ) : System
reader PdfReader
return System

SwitchToPreviousRevision() public method

public SwitchToPreviousRevision ( ) : void
return void

Verify() public method

public Verify ( List result ) : List
result List
return List

Verify() public method

public Verify ( X509Certificate signCert, X509Certificate issuerCert, System.DateTime sigDate ) : List
signCert Org.BouncyCastle.X509.X509Certificate
issuerCert Org.BouncyCastle.X509.X509Certificate
sigDate System.DateTime
return List

VerifyChain() public method

public VerifyChain ( X509Certificate chain ) : void
chain Org.BouncyCastle.X509.X509Certificate
return void

VerifySignature() public method

public VerifySignature ( ) : List
return List

Property Details

dss protected property

protected PdfDictionary dss
return PdfDictionary

fields protected property

protected AcroFields fields
return AcroFields

latestRevision protected property

protected bool latestRevision
return bool

option protected property

protected LtvVerification.CertificateOption option
return LtvVerification.CertificateOption

pkcs7 protected property

protected PdfPKCS7,iTextSharp.text.pdf.security pkcs7
return PdfPKCS7

reader protected property

protected PdfReader reader
return PdfReader

signDate protected property

protected DateTime,System signDate
return System.DateTime

signatureName protected property

protected String signatureName
return String

verifyRootCertificate protected property

protected bool verifyRootCertificate
return bool