Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlTrustedList
-
Uses of XmlTrustedList in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return XmlTrustedList Modifier and Type Method Description XmlTrustedListTrustedServiceWrapper. getListOfTrustedLists()XmlTrustedListTrustedServiceWrapper. getTrustedList()Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlTrustedList Modifier and Type Method Description List<XmlTrustedList>DiagnosticData. getListOfTrustedLists()This method returns the JAXB model of the LOTLList<XmlTrustedList>DiagnosticData. getTrustedLists()This method returns the JAXB model of the used trusted listsMethods in eu.europa.esig.dss.diagnostic with parameters of type XmlTrustedList Modifier and Type Method Description voidTrustedServiceWrapper. setListOfTrustedLists(XmlTrustedList lotl)voidTrustedServiceWrapper. setTrustedList(XmlTrustedList trustedList) -
Uses of XmlTrustedList in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlTrustedList Modifier and Type Field Description protected XmlTrustedListXmlTrustedServiceProvider. lotlprotected XmlTrustedListXmlTrustedServiceProvider. tlFields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlTrustedList Modifier and Type Field Description protected List<XmlTrustedList>XmlDiagnosticData. trustedListsMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlTrustedList Modifier and Type Method Description XmlTrustedListObjectFactory. createXmlTrustedList()Create an instance ofXmlTrustedListXmlTrustedListXmlTrustedServiceProvider. getLOTL()Gets the value of the lotl property.XmlTrustedListXmlTrustedServiceProvider. getTL()Gets the value of the tl property.Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlTrustedList Modifier and Type Method Description List<XmlTrustedList>XmlDiagnosticData. getTrustedLists()Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlTrustedList Modifier and Type Method Description voidXmlTrustedServiceProvider. setLOTL(XmlTrustedList value)Sets the value of the lotl property.voidXmlTrustedServiceProvider. setTL(XmlTrustedList value)Sets the value of the tl property.Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlTrustedList Modifier and Type Method Description voidXmlDiagnosticData. 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 XmlTrustedList Constructor Description TLValidationBlock(I18nProvider i18nProvider, XmlTrustedList currentTL, Date currentTime, ValidationPolicy policy) -
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 XmlTrustedList 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)