Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlTLAnalysis
Packages that use XmlTLAnalysis
Package
Description
-
Uses of XmlTLAnalysis in eu.europa.esig.dss.detailedreport
Methods in eu.europa.esig.dss.detailedreport that return XmlTLAnalysisModifier and TypeMethodDescriptionDetailedReport.getTLAnalysisById
(String tlId) This method returns a complete block of a TL validation -
Uses of XmlTLAnalysis in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb with type parameters of type XmlTLAnalysisMethods in eu.europa.esig.dss.detailedreport.jaxb that return XmlTLAnalysisModifier and TypeMethodDescriptionObjectFactory.createXmlTLAnalysis()
Create an instance ofXmlTLAnalysis
Methods in eu.europa.esig.dss.detailedreport.jaxb that return types with arguments of type XmlTLAnalysisModifier and TypeMethodDescriptionXmlDetailedReport.getTLAnalysis()
Gets the value of the tlAnalysis property. -
Uses of XmlTLAnalysis in eu.europa.esig.dss.validation.executor
Methods in eu.europa.esig.dss.validation.executor that return types with arguments of type XmlTLAnalysisModifier and TypeMethodDescriptionprotected List<XmlTLAnalysis>
AbstractDetailedReportBuilder.executeAllTlAnalysis
(DiagnosticData diagnosticData, ValidationPolicy policy, Date currentTime) Executes the TL analysis -
Uses of XmlTLAnalysis in eu.europa.esig.dss.validation.process.qualification.certificate
Constructor parameters in eu.europa.esig.dss.validation.process.qualification.certificate with type arguments of type XmlTLAnalysisModifierConstructorDescriptionCertificateQualificationBlock
(I18nProvider i18nProvider, XmlConclusion buildingBlocksConclusion, Date validationTime, CertificateWrapper signingCertificate, List<XmlTLAnalysis> tlAnalysis) Default constructor -
Uses of XmlTLAnalysis in eu.europa.esig.dss.validation.process.qualification.signature
Constructor parameters in eu.europa.esig.dss.validation.process.qualification.signature with type arguments of type XmlTLAnalysisModifierConstructorDescriptionSignatureQualificationBlock
(I18nProvider i18nProvider, XmlConstraintsConclusionWithProofOfExistence etsi319102validation, CertificateWrapper signingCertificate, List<XmlTLAnalysis> tlAnalysis) Default constructor -
Uses of XmlTLAnalysis in eu.europa.esig.dss.validation.process.qualification.signature.checks
Constructors in eu.europa.esig.dss.validation.process.qualification.signature.checks with parameters of type XmlTLAnalysisModifierConstructorDescriptionprotected
AbstractTrustedListCheck
(I18nProvider i18nProvider, T result, XmlTLAnalysis tlAnalysis, LevelConstraint constraint) Default constructorAcceptableListOfTrustedListsCheck
(I18nProvider i18nProvider, T result, XmlTLAnalysis lotlAnalysis, LevelConstraint constraint) Default constructorAcceptableTrustedListCheck
(I18nProvider i18nProvider, T result, XmlTLAnalysis tlAnalysis, LevelConstraint constraint) Default constructor -
Uses of XmlTLAnalysis in eu.europa.esig.dss.validation.process.qualification.timestamp
Constructor parameters in eu.europa.esig.dss.validation.process.qualification.timestamp with type arguments of type XmlTLAnalysisModifierConstructorDescriptionTimestampQualificationBlock
(I18nProvider i18nProvider, TimestampWrapper timestamp, List<XmlTLAnalysis> tlAnalysis) Default constructor -
Uses of XmlTLAnalysis in eu.europa.esig.dss.validation.process.qualification.trust.checks
Constructors in eu.europa.esig.dss.validation.process.qualification.trust.checks with parameters of type XmlTLAnalysisModifierConstructorDescriptionTLFreshnessCheck
(I18nProvider i18nProvider, XmlTLAnalysis result, XmlTrustedList currentTL, Date currentTime, TimeConstraint timeConstraint) Default constructorTLMRACheck
(I18nProvider i18nProvider, XmlTLAnalysis result, XmlTrustedList currentTL, LevelConstraint constraint) Default constructorTLNotExpiredCheck
(I18nProvider i18nProvider, XmlTLAnalysis result, XmlTrustedList currentTL, Date currentTime, LevelConstraint constraint) Default constructorTLVersionCheck
(I18nProvider i18nProvider, XmlTLAnalysis result, XmlTrustedList currentTl, Date currentTime, ValueConstraint constraint) Default constructorTLWellSignedCheck
(I18nProvider i18nProvider, XmlTLAnalysis result, XmlTrustedList currentTl, LevelConstraint constraint) Default constructor