Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlFC
-
Packages that use XmlFC Package Description eu.europa.esig.dss.detailedreport.jaxb eu.europa.esig.dss.validation.process.bbb.fc.checks -
-
Uses of XmlFC in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb declared as XmlFC Modifier and Type Field Description protected XmlFCXmlBasicBuildingBlocks. fcMethods in eu.europa.esig.dss.detailedreport.jaxb that return XmlFC Modifier and Type Method Description XmlFCObjectFactory. createXmlFC()Create an instance ofXmlFCXmlFCXmlBasicBuildingBlocks. getFC()Gets the value of the fc property.Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type XmlFC Modifier and Type Method Description voidXmlBasicBuildingBlocks. setFC(XmlFC value)Sets the value of the fc property. -
Uses of XmlFC 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 XmlFC Constructor Description AcceptableMimetypeFileContentCheck(XmlFC result, String mimetypeFileContent, MultiValuesConstraint constraint)AcceptableZipCommentCheck(XmlFC result, String zipComment, MultiValuesConstraint constraint)ContainerTypeCheck(XmlFC result, String containerType, MultiValuesConstraint constraint)FormatCheck(XmlFC result, SignatureWrapper signature, MultiValuesConstraint constraint)FullScopeCheck(XmlFC result, SignatureWrapper signature, LevelConstraint constraint)ManifestFilePresentCheck(XmlFC result, XmlContainerInfo containerInfo, LevelConstraint constraint)MimeTypeFilePresentCheck(XmlFC result, boolean mimetypePresent, LevelConstraint constraint)ZipCommentPresentCheck(XmlFC result, String zipComment, LevelConstraint constraint)
-