Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlTLAnalysis
-
-
-
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. tlAnalysisMethods in eu.europa.esig.dss.detailedreport.jaxb that return XmlTLAnalysis Modifier and Type Method Description XmlTLAnalysisObjectFactory. createXmlTLAnalysis()Create an instance ofXmlTLAnalysisMethods 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(XmlConclusion buildingBlocksConclusion, Date validationTime, CertificateWrapper signingCertificate, List<XmlTLAnalysis> tlAnalysis, String lotlCountryCode) -
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(String signatureId, XmlConstraintsConclusionWithProofOfExistence etsi319102validation, CertificateWrapper signingCertificate, List<XmlTLAnalysis> tlAnalysis, String lotlCountryCode) -
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 AcceptableTrustedListCheck(T result, XmlTLAnalysis tlAnalysis, LevelConstraint constraint) -
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(XmlTLAnalysis result, XmlTrustedList currentTL, Date currentTime, TimeConstraint timeConstraint)TLNotExpiredCheck(XmlTLAnalysis result, XmlTrustedList currentTL, Date currentTime, LevelConstraint constraint)TLVersionCheck(XmlTLAnalysis result, XmlTrustedList currentTl, Date currentTime, ValueConstraint constraint)TLWellSignedCheck(XmlTLAnalysis result, XmlTrustedList currentTL, LevelConstraint constraint)
-