|
|
LtvVerifier (PdfDocument document) |
|
Creates a VerificationData object for a PdfReader More...
|
|
virtual void |
SetVerifier (CertificateVerifier verifier) |
|
Sets an extra verifier. More...
|
|
virtual void |
SetCertificateOption (LtvVerification.CertificateOption option) |
|
Sets the certificate option. More...
|
|
virtual void |
SetVerifyRootCertificate (bool verifyRootCertificate) |
|
Set the verifyRootCertificate to false if you can't verify the root certificate. More...
|
|
virtual void |
SetEventCountingMetaInfo (IMetaInfo metaInfo) |
|
Sets the iText.Commons.Actions.Contexts.IMetaInfo that will be used during iText.Kernel.Pdf.PdfDocument creation. More...
|
|
virtual IList< VerificationOK > |
Verify (IList< VerificationOK > result) |
|
Verifies all the document-level timestamps and all the signatures in the document. More...
|
|
virtual IList< VerificationOK > |
VerifySignature () |
|
Verifies a document level timestamp. More...
|
|
virtual void |
VerifyChain (IX509Certificate[] chain) |
|
Checks the certificates in a certificate chain: are they valid on a specific date, and do they chain up correctly? More...
|
|
override IList< VerificationOK > |
Verify (IX509Certificate signCert, IX509Certificate issuerCert, DateTime signDate) |
|
Verifies certificates against a list of CRLs and OCSP responses. More...
|
|
virtual void |
SwitchToPreviousRevision () |
|
Switches to the previous revision. More...
|
|
virtual IList< IX509Crl > |
GetCRLsFromDSS () |
|
Gets a list of X509CRL objects from a Document Security Store. More...
|
|
virtual IList< IBasicOcspResponse > |
GetOCSPResponsesFromDSS () |
|
Gets OCSP responses from the Document Security Store. More...
|
|
|
RootStoreVerifier (CertificateVerifier verifier) |
|
Creates a RootStoreVerifier in a chain of verifiers. More...
|
|
virtual void |
SetRootStore (List< IX509Certificate > keyStore) |
|
Sets the Key Store against which a certificate can be checked. More...
|
|
override IList< VerificationOK > |
Verify (IX509Certificate signCert, IX509Certificate issuerCert, DateTime signDate) |
|
Verifies a single certificate against a key store (if present). More...
|
|
|
CertificateVerifier (iText.Signatures.CertificateVerifier verifier) |
|
Creates the final CertificateVerifier in a chain of verifiers. More...
|
|
virtual void |
SetOnlineCheckingAllowed (bool onlineCheckingAllowed) |
|
Decide whether or not online checking is allowed. More...
|
|