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 XmlTrustedList
TrustedServiceWrapper. getListOfTrustedLists()
XmlTrustedList
TrustedServiceWrapper. 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 void
TrustedServiceWrapper. setListOfTrustedLists(XmlTrustedList lotl)
void
TrustedServiceWrapper. 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 XmlTrustedList
XmlTrustedServiceProvider. lotl
protected XmlTrustedList
XmlTrustedServiceProvider. tl
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlTrustedList Modifier and Type Field Description protected List<XmlTrustedList>
XmlDiagnosticData. trustedLists
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlTrustedList Modifier and Type Method Description XmlTrustedList
ObjectFactory. createXmlTrustedList()
Create an instance ofXmlTrustedList
XmlTrustedList
XmlTrustedServiceProvider. getLOTL()
Gets the value of the lotl property.XmlTrustedList
XmlTrustedServiceProvider. 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 void
XmlTrustedServiceProvider. setLOTL(XmlTrustedList value)
Sets the value of the lotl property.void
XmlTrustedServiceProvider. 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 void
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 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)