Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlTLAnalysis
-
Uses of XmlTLAnalysis in eu.europa.esig.dss.detailedreport
Methods in eu.europa.esig.dss.detailedreport that return XmlTLAnalysis Modifier and Type Method Description XmlTLAnalysis
DetailedReport. getTLAnalysisById(String tlId)
This method returns the 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 XmlTLAnalysis Modifier and Type Field Description protected List<XmlTLAnalysis>
XmlDetailedReport. tlAnalysis
Methods in eu.europa.esig.dss.detailedreport.jaxb that return XmlTLAnalysis Modifier and Type Method Description XmlTLAnalysis
ObjectFactory. createXmlTLAnalysis()
Create an instance ofXmlTLAnalysis
Methods in eu.europa.esig.dss.detailedreport.jaxb that return types with arguments of type XmlTLAnalysis Modifier and Type Method Description List<XmlTLAnalysis>
XmlDetailedReport. 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 XmlTLAnalysis Modifier and Type Method Description protected List<XmlTLAnalysis>
AbstractDetailedReportBuilder. executeAllTlAnalysis(DiagnosticData diagnosticData, ValidationPolicy policy, Date currentTime)
-
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 XmlTLAnalysis Constructor Description CertificateQualificationBlock(I18nProvider i18nProvider, XmlConclusion buildingBlocksConclusion, Date validationTime, CertificateWrapper signingCertificate, List<XmlTLAnalysis> tlAnalysis)
-
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 XmlTLAnalysis Constructor Description SignatureQualificationBlock(I18nProvider i18nProvider, String signatureId, XmlConstraintsConclusionWithProofOfExistence etsi319102validation, CertificateWrapper signingCertificate, List<XmlTLAnalysis> tlAnalysis)
-
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 XmlTLAnalysis Constructor Description AbstractTrustedListCheck(I18nProvider i18nProvider, T result, XmlTLAnalysis tlAnalysis, LevelConstraint constraint)
AcceptableListOfTrustedListsCheck(I18nProvider i18nProvider, T result, XmlTLAnalysis lotlAnalysis, LevelConstraint constraint)
AcceptableTrustedListCheck(I18nProvider i18nProvider, T result, XmlTLAnalysis tlAnalysis, LevelConstraint constraint)
-
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 XmlTLAnalysis Constructor Description TimestampQualificationBlock(I18nProvider i18nProvider, TimestampWrapper timestamp, List<XmlTLAnalysis> tlAnalysis)
-
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 XmlTLAnalysis Constructor Description TLFreshnessCheck(I18nProvider i18nProvider, XmlTLAnalysis result, XmlTrustedList currentTL, Date currentTime, TimeConstraint timeConstraint)
TLNotExpiredCheck(I18nProvider i18nProvider, XmlTLAnalysis result, XmlTrustedList currentTL, Date currentTime, LevelConstraint constraint)
TLVersionCheck(I18nProvider i18nProvider, XmlTLAnalysis result, XmlTrustedList currentTl, Date currentTime, ValueConstraint constraint)
TLWellSignedCheck(I18nProvider i18nProvider, XmlTLAnalysis result, XmlTrustedList currentTL, LevelConstraint constraint)