Uses of Class
eu.europa.esig.dss.validation.reports.CertificateReports
Packages that use CertificateReports
Package
Description
-
Uses of CertificateReports in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return CertificateReportsModifier and TypeMethodDescriptionCertificateValidator.validate()
Validates the certificate with a default validation policyCertificateValidator.validate
(DSSDocument policyDocument) Validates the certificate with the validation policy obtained frompolicyDocument
.CertificateValidator.validate
(DSSDocument policyDocument, DSSDocument cryptographicSuiteDocument) Validates the certificate using the provided validation policy and a cryptographic suite.CertificateValidator.validate
(ValidationPolicy validationPolicy) Validated the certificate with a custom validation policyValidates the certificate with the validation policy obtained frompolicyFile
.Validates the certificate using the provided validation policy and a cryptographic suite.CertificateValidator.validate
(InputStream policyDataStream) Validates the document and all its signatures.CertificateValidator.validate
(InputStream policyDataStream, InputStream cryptographicSuiteStream) Validates the certificate using the provided validation policy and a cryptographic suite.Validates the certificate with the validation policy obtained frompolicyResourcePath
.Validates the certificate using the provided validation policy and a cryptographic suite.Validates the certificate with the validation policy obtained fromvalidationPolicyURL
.Validates the certificate using the provided validation policy and a cryptographic suite. -
Uses of CertificateReports in eu.europa.esig.dss.validation.executor.certificate
Methods in eu.europa.esig.dss.validation.executor.certificate that return CertificateReports