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 XmlTrustedListDiagnosticData. getListOfTrustedLists()This method returns the JAXB model of the LOTLMethods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlTrustedList Modifier and Type Method Description List<XmlTrustedList>DiagnosticData. getTrustedLists()This method returns the JAXB model of the used trusted lists -
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 XmlTrustedListXmlDiagnosticData. listOfTrustedListsFields 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 ofXmlTrustedListXmlTrustedListXmlDiagnosticData. getListOfTrustedLists()Gets the value of the listOfTrustedLists 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 voidXmlDiagnosticData. setListOfTrustedLists(XmlTrustedList value)Sets the value of the listOfTrustedLists 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(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(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)
-