Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlTrustedList
Packages that use XmlTrustedList
Package
Description
-
Uses of XmlTrustedList in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return XmlTrustedListModifier and TypeMethodDescriptionTrustServiceWrapper.getListOfTrustedLists()
Gets corresponding List of Trusted ListsTrustServiceWrapper.getTrustedList()
Gets corresponding Trusted ListMethods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlTrustedListModifier and TypeMethodDescriptionDiagnosticData.getListOfTrustedLists()
This method returns the JAXB model of the LOTLDiagnosticData.getTrustedLists()
This method returns the JAXB model of the used trusted listsMethods in eu.europa.esig.dss.diagnostic with parameters of type XmlTrustedListModifier and TypeMethodDescriptionvoid
TrustServiceWrapper.setListOfTrustedLists
(XmlTrustedList lotl) Sets corresponding List of Trusted Listsvoid
TrustServiceWrapper.setTrustedList
(XmlTrustedList trustedList) Sets corresponding Trusted List -
Uses of XmlTrustedList in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlTrustedListModifier and TypeFieldDescriptionprotected XmlTrustedList
XmlTrustServiceProvider.lotl
protected XmlTrustedList
XmlTrustedList.parent
protected XmlTrustedList
XmlTrustServiceProvider.tl
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlTrustedListMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlTrustedListModifier and TypeMethodDescriptionObjectFactory.createXmlTrustedList()
Create an instance ofXmlTrustedList
XmlTrustServiceProvider.getLOTL()
Gets the value of the lotl property.XmlTrustedList.getParent()
Gets the value of the parent property.XmlTrustServiceProvider.getTL()
Gets the value of the tl property.Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlTrustedListMethods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlTrustedListModifier and TypeMethodDescriptionvoid
XmlTrustServiceProvider.setLOTL
(XmlTrustedList value) Sets the value of the lotl property.void
XmlTrustedList.setParent
(XmlTrustedList value) Sets the value of the parent property.void
XmlTrustServiceProvider.setTL
(XmlTrustedList value) Sets the value of the tl property.Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlTrustedListModifier and TypeMethodDescriptionvoid
XmlDiagnosticData.setTrustedLists
(List<XmlTrustedList> trustedLists) -
Uses of XmlTrustedList in eu.europa.esig.dss.validation.process.qualification.trust
Constructors in eu.europa.esig.dss.validation.process.qualification.trust with parameters of type XmlTrustedListModifierConstructorDescriptionTLValidationBlock
(I18nProvider i18nProvider, XmlTrustedList currentTL, Date currentTime, ValidationPolicy policy) Default constructor -
Uses of XmlTrustedList 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 XmlTrustedListModifierConstructorDescriptionTLFreshnessCheck
(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 -
Uses of XmlTrustedList in eu.europa.esig.dss.validation.reports.diagnostic
Fields in eu.europa.esig.dss.validation.reports.diagnostic with type parameters of type XmlTrustedListModifier and TypeFieldDescriptionprotected Map
<String, XmlTrustedList> DiagnosticDataBuilder.xmlTrustedListsMap
The cached map of trusted lists