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 XmlContainerInfoDiagnosticData. 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 XmlContainerInfoXmlDiagnosticData. containerInfoMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlContainerInfo Modifier and Type Method Description XmlContainerInfoObjectFactory. createXmlContainerInfo()Create an instance ofXmlContainerInfoXmlContainerInfoXmlDiagnosticData. 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 voidXmlDiagnosticData. 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(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(XmlFC result, XmlContainerInfo containerInfo, LevelConstraint constraint)
-