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

Inheritance: RootStoreVerifier
Datei anzeigen 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_oe property

protected PdfDictionary dss
return PdfDictionary

fields protected_oe property

protected AcroFields fields
return AcroFields

latestRevision protected_oe property

protected bool latestRevision
return bool

option protected_oe property

protected LtvVerification.CertificateOption option
return LtvVerification.CertificateOption

pkcs7 protected_oe property

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

reader protected_oe property

protected PdfReader reader
return PdfReader

signDate protected_oe property

protected DateTime,System signDate
return System.DateTime

signatureName protected_oe property

protected String signatureName
return String

verifyRootCertificate protected_oe property

protected bool verifyRootCertificate
return bool