iText 8.0.5 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< 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... |
|
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... |
|
Package Attributes |
|
List< IX509Certificate > | rootStore = null |
A key store against which certificates can be verified. More... |
|
Package Attributes inherited from iText.Signatures.CertificateVerifier | |
iText.Signatures.CertificateVerifier | verifier |
The previous CertificateVerifier in the chain of verifiers. More... |
|
bool | onlineCheckingAllowed = true |
Indicates if going online to verify a certificate 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.
|
package |
A key store against which certificates can be verified.