Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlConclusion
Packages that use XmlConclusion
-
Uses of XmlConclusion in eu.europa.esig.dss.detailedreport
Methods in eu.europa.esig.dss.detailedreport that return XmlConclusionModifier and TypeMethodDescriptionDetailedReport.getCertificateXCVConclusion(String certificateId) Gets XCV building block conclusion for a certificate with idDetailedReport.getFinalConclusion(String tokenId) Returns the final validation conclusion for a token with a given Id -
Uses of XmlConclusion in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb declared as XmlConclusionModifier and TypeFieldDescriptionprotected XmlConclusionXmlBasicBuildingBlocks.conclusionprotected XmlConclusionXmlConstraintsConclusion.conclusionprotected XmlConclusionXmlEvidenceRecord.conclusionprotected XmlConclusionXmlSignature.conclusionprotected XmlConclusionXmlTimestamp.conclusionMethods in eu.europa.esig.dss.detailedreport.jaxb that return XmlConclusionModifier and TypeMethodDescriptionObjectFactory.createXmlConclusion()Create an instance ofXmlConclusionXmlBasicBuildingBlocks.getConclusion()Gets the value of the conclusion property.XmlConstraintsConclusion.getConclusion()Gets the value of the conclusion property.XmlEvidenceRecord.getConclusion()Gets the value of the conclusion property.XmlSignature.getConclusion()Gets the value of the conclusion property.XmlTimestamp.getConclusion()Gets the value of the conclusion property.Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type XmlConclusionModifier and TypeMethodDescriptionvoidXmlBasicBuildingBlocks.setConclusion(XmlConclusion value) Sets the value of the conclusion property.voidXmlConstraintsConclusion.setConclusion(XmlConclusion value) Sets the value of the conclusion property.voidXmlEvidenceRecord.setConclusion(XmlConclusion value) Sets the value of the conclusion property.voidXmlSignature.setConclusion(XmlConclusion value) Sets the value of the conclusion property.voidXmlTimestamp.setConclusion(XmlConclusion value) Sets the value of the conclusion property.