Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlName
-
Uses of XmlName in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb declared as XmlName Modifier and Type Field Description protected XmlNameXmlConstraint. errorprotected XmlNameXmlConstraint. infoprotected XmlNameXmlConstraint. nameprotected XmlNameXmlConstraint. warningFields in eu.europa.esig.dss.detailedreport.jaxb with type parameters of type XmlName Modifier and Type Field Description protected List<XmlName>XmlConclusion. errorsprotected List<XmlName>XmlConclusion. infosprotected List<XmlName>XmlConclusion. warningsMethods in eu.europa.esig.dss.detailedreport.jaxb that return XmlName Modifier and Type Method Description XmlNameObjectFactory. createXmlName()Create an instance ofXmlNameXmlNameXmlConstraint. getError()Gets the value of the error property.XmlNameXmlConstraint. getInfo()Gets the value of the info property.XmlNameXmlConstraint. getName()Gets the value of the name property.XmlNameXmlConstraint. getWarning()Gets the value of the warning property.Methods in eu.europa.esig.dss.detailedreport.jaxb that return types with arguments of type XmlName Modifier and Type Method Description List<XmlName>XmlConclusion. getErrors()Gets the value of the errors property.List<XmlName>XmlConclusion. getInfos()Gets the value of the infos property.List<XmlName>XmlConclusion. getWarnings()Gets the value of the warnings property.Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type XmlName Modifier and Type Method Description voidXmlConstraint. setError(XmlName value)Sets the value of the error property.voidXmlConstraint. setInfo(XmlName value)Sets the value of the info property.voidXmlConstraint. setName(XmlName value)Sets the value of the name property.voidXmlConstraint. setWarning(XmlName value)Sets the value of the warning property. -
Uses of XmlName in eu.europa.esig.dss.validation.process
Methods in eu.europa.esig.dss.validation.process that return XmlName Modifier and Type Method Description protected XmlNameChainItem. buildConstraintMessage()Builds a constraint messageprotected XmlNameChainItem. buildErrorMessage()Builds an error messageprotected XmlNameChainItem. buildXmlName(MessageTag messageTag, Object... args)Builds theXmlNameMethods in eu.europa.esig.dss.validation.process that return types with arguments of type XmlName Modifier and Type Method Description protected List<XmlName>ChainItem. getPreviousErrors()Return a list of previous errors occurred in the chain -
Uses of XmlName in eu.europa.esig.dss.validation.process.bbb
Methods in eu.europa.esig.dss.validation.process.bbb that return types with arguments of type XmlName Modifier and Type Method Description protected List<XmlName>AbstractBasicBuildingBlocksCheck. getPreviousErrors() -
Uses of XmlName in eu.europa.esig.dss.validation.process.bbb.fc.checks
Methods in eu.europa.esig.dss.validation.process.bbb.fc.checks that return XmlName Modifier and Type Method Description protected XmlNamePdfAnnotationOverlapCheck. buildErrorMessage()protected XmlNamePdfVisualDifferenceCheck. buildErrorMessage() -
Uses of XmlName in eu.europa.esig.dss.validation.process.bbb.sav.cc
Methods in eu.europa.esig.dss.validation.process.bbb.sav.cc that return XmlName Modifier and Type Method Description protected XmlNameDigestAlgorithmOnValidationTimeCheck. buildConstraintMessage()protected XmlNameDigestAlgorithmReliableCheck. buildConstraintMessage()protected XmlNameEncryptionAlgorithmOnValidationTimeCheck. buildConstraintMessage()protected XmlNameEncryptionAlgorithmReliableCheck. buildConstraintMessage()protected XmlNamePublicKeySizeAcceptableCheck. buildConstraintMessage()protected XmlNamePublicKeySizeKnownCheck. buildConstraintMessage()protected XmlNameDigestAlgorithmOnValidationTimeCheck. buildErrorMessage()protected XmlNameDigestAlgorithmReliableCheck. buildErrorMessage()protected XmlNameEncryptionAlgorithmOnValidationTimeCheck. buildErrorMessage()protected XmlNameEncryptionAlgorithmReliableCheck. buildErrorMessage()protected XmlNamePublicKeySizeAcceptableCheck. buildErrorMessage()protected XmlNamePublicKeySizeKnownCheck. buildErrorMessage() -
Uses of XmlName in eu.europa.esig.dss.validation.process.bbb.sav.checks
Methods in eu.europa.esig.dss.validation.process.bbb.sav.checks that return XmlName Modifier and Type Method Description protected XmlNameAbstractCryptographicCheckerResultCheck. buildConstraintMessage()protected XmlNameAbstractCryptographicCheckerResultCheck. buildErrorMessage()Methods in eu.europa.esig.dss.validation.process.bbb.sav.checks that return types with arguments of type XmlName Modifier and Type Method Description protected List<XmlName>AbstractCryptographicCheckerResultCheck. getPreviousErrors()protected List<XmlName>SignatureAcceptanceValidationResultCheck. getPreviousErrors() -
Uses of XmlName in eu.europa.esig.dss.validation.process.bbb.xcv.checks
Methods in eu.europa.esig.dss.validation.process.bbb.xcv.checks that return types with arguments of type XmlName Modifier and Type Method Description protected List<XmlName>CheckSubXCVResult. getPreviousErrors() -
Uses of XmlName in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks
Methods in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks that return types with arguments of type XmlName Modifier and Type Method Description protected List<XmlName>RevocationFreshnessCheckerResultCheck. getPreviousErrors() -
Uses of XmlName in eu.europa.esig.dss.validation.process.vpfltvd.checks
Methods in eu.europa.esig.dss.validation.process.vpfltvd.checks that return types with arguments of type XmlName Modifier and Type Method Description protected List<XmlName>AcceptableBasicSignatureValidationCheck. getPreviousErrors() -
Uses of XmlName in eu.europa.esig.dss.validation.process.vpfswatsp.checks
Methods in eu.europa.esig.dss.validation.process.vpfswatsp.checks that return types with arguments of type XmlName Modifier and Type Method Description protected List<XmlName>LongTermValidationCheck. getPreviousErrors() -
Uses of XmlName in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv.checks
Methods in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv.checks that return types with arguments of type XmlName Modifier and Type Method Description protected List<XmlName>CurrentTimeIndicationCheck. getPreviousErrors()Constructor parameters in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv.checks with type arguments of type XmlName Constructor Description CurrentTimeIndicationCheck(I18nProvider i18nProvider, XmlPSV result, Indication indication, SubIndication subIndication, List<XmlName> errors, LevelConstraint constraint)Default constructor