Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlCV
-
Packages that use XmlCV Package Description eu.europa.esig.dss.detailedreport.jaxb eu.europa.esig.dss.validation.process.bbb.cv.checks -
-
Uses of XmlCV in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb declared as XmlCV Modifier and Type Field Description protected XmlCVXmlBasicBuildingBlocks. cvMethods in eu.europa.esig.dss.detailedreport.jaxb that return XmlCV Modifier and Type Method Description XmlCVObjectFactory. createXmlCV()Create an instance ofXmlCVXmlCVXmlBasicBuildingBlocks. getCV()Gets the value of the cv property.Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type XmlCV Modifier and Type Method Description voidXmlBasicBuildingBlocks. setCV(XmlCV value)Sets the value of the cv property. -
Uses of XmlCV 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 XmlCV Constructor Description AllFilesSignedCheck(XmlCV result, SignatureWrapper signature, XmlContainerInfo containerInfo, LevelConstraint constraint)ManifestEntryExistenceCheck(XmlCV result, List<XmlDigestMatcher> digestMatchers, LevelConstraint constraint)ReferenceDataExistenceCheck(XmlCV result, XmlDigestMatcher digestMatcher, LevelConstraint constraint)ReferenceDataIntactCheck(XmlCV result, XmlDigestMatcher digestMatcher, LevelConstraint constraint)SignatureIntactCheck(XmlCV result, TokenProxy token, LevelConstraint constraint)
-