Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlTrustedList
Packages that use XmlTrustedList
-
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 TypeMethodDescriptionvoidTrustServiceWrapper.setListOfTrustedLists(XmlTrustedList lotl) Sets corresponding List of Trusted ListsvoidTrustServiceWrapper.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 XmlTrustedListXmlTrustServiceProvider.lotlprotected XmlTrustedListXmlTrustedList.parentprotected XmlTrustedListXmlTrustServiceProvider.tlFields 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 ofXmlTrustedListXmlTrustServiceProvider.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 TypeMethodDescriptionvoidXmlTrustServiceProvider.setLOTL(XmlTrustedList value) Sets the value of the lotl property.voidXmlTrustedList.setParent(XmlTrustedList value) Sets the value of the parent property.voidXmlTrustServiceProvider.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 TypeMethodDescriptionvoidXmlDiagnosticData.setTrustedLists(List<XmlTrustedList> trustedLists)