|
iText 7 7.1.11 API
|
Verifies a certificate against a KeyStore containing trusted anchors. More...
Public Member Functions |
|
| RootStoreVerifier (CertificateVerifier verifier) | |
| Creates a RootStoreVerifier in a chain of verifiers. More... |
|
| virtual void | SetRootStore (List< X509Certificate > keyStore) |
| Sets the Key Store against which a certificate can be checked. More... |
|
| override IList< VerificationOK > | Verify (X509Certificate signCert, X509Certificate issuerCert, DateTime signDate) |
| Verifies a single certificate against a key store (if present). More... |
|
Public Member Functions inherited from iText.Signatures.CertificateVerifier |
|
| 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... |
|
Verifies a certificate against a KeyStore containing trusted anchors.
|
inline |
Creates a RootStoreVerifier in a chain of verifiers.
| verifier | the next verifier in the chain |
|
inlinevirtual |
Sets the Key Store against which a certificate can be checked.
| keyStore | a root store |
|
inlinevirtual |
Verifies a single certificate against a key store (if present).
| signCert | the certificate to verify |
| issuerCert | the issuer certificate |
| signDate | the date the certificate needs to be valid |
VerificationOK objects. The list will be empty if the certificate couldn't be verified.
Reimplemented from iText.Signatures.CertificateVerifier.