Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlContainerInfo
-
Uses of XmlContainerInfo in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return XmlContainerInfo Modifier and Type Method Description XmlContainerInfo
DiagnosticData. getContainerInfo()
-
Uses of XmlContainerInfo in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlContainerInfo Modifier and Type Field Description protected XmlContainerInfo
XmlDiagnosticData. containerInfo
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlContainerInfo Modifier and Type Method Description XmlContainerInfo
ObjectFactory. createXmlContainerInfo()
Create an instance ofXmlContainerInfo
XmlContainerInfo
XmlDiagnosticData. getContainerInfo()
Gets the value of the containerInfo property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlContainerInfo Modifier and Type Method Description void
XmlDiagnosticData. setContainerInfo(XmlContainerInfo value)
Sets the value of the containerInfo property. -
Uses of XmlContainerInfo in eu.europa.esig.dss.validation.process.bbb.cv.checks
Constructors in eu.europa.esig.dss.validation.process.bbb.cv.checks with parameters of type XmlContainerInfo Constructor Description AllFilesSignedCheck(I18nProvider i18nProvider, XmlCV result, SignatureWrapper signature, XmlContainerInfo containerInfo, LevelConstraint constraint)
-
Uses of XmlContainerInfo in eu.europa.esig.dss.validation.process.bbb.fc.checks
Constructors in eu.europa.esig.dss.validation.process.bbb.fc.checks with parameters of type XmlContainerInfo Constructor Description ManifestFilePresentCheck(I18nProvider i18nProvider, XmlFC result, XmlContainerInfo containerInfo, LevelConstraint constraint)
SignedFilesPresentCheck(I18nProvider i18nProvider, XmlFC result, XmlContainerInfo containerInfo, LevelConstraint constraint)