Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlMessage
Package
Description
-
Uses of XmlMessage in eu.europa.esig.dss.detailedreport.jaxb
Modifier and TypeFieldDescriptionprotected XmlMessage
XmlConstraint.error
protected XmlMessage
XmlConstraint.info
protected XmlMessage
XmlConstraint.name
protected XmlMessage
XmlConstraint.warning
Modifier and TypeFieldDescriptionprotected List<XmlMessage>
XmlConclusion.errors
protected List<XmlMessage>
XmlConclusion.infos
protected List<XmlMessage>
XmlConclusion.warnings
Modifier and TypeMethodDescriptionObjectFactory.createXmlMessage()
Create an instance ofXmlMessage
XmlConstraint.getError()
Gets the value of the error property.XmlConstraint.getInfo()
Gets the value of the info property.XmlConstraint.getName()
Gets the value of the name property.XmlConstraint.getWarning()
Gets the value of the warning property.Modifier and TypeMethodDescriptionXmlConclusion.getErrors()
Gets the value of the errors property.XmlConclusion.getInfos()
Gets the value of the infos property.XmlConclusion.getWarnings()
Gets the value of the warnings property.Modifier and TypeMethodDescriptionvoid
XmlConstraint.setError
(XmlMessage value) Sets the value of the error property.void
XmlConstraint.setInfo
(XmlMessage value) Sets the value of the info property.void
XmlConstraint.setName
(XmlMessage value) Sets the value of the name property.void
XmlConstraint.setWarning
(XmlMessage value) Sets the value of the warning property. -
Uses of XmlMessage in eu.europa.esig.dss.validation.process
Modifier and TypeMethodDescriptionprotected XmlMessage
ChainItem.buildConstraintMessage()
Builds a constraint messageprotected XmlMessage
ChainItem.buildErrorMessage()
Builds an error messageprotected XmlMessage
ChainItem.buildXmlMessage
(MessageTag messageTag, Object... args) Builds theXmlMessage
Modifier and TypeMethodDescriptionprotected List<XmlMessage>
ChainItem.getPreviousErrors()
Return a list of previous errors occurred in the chain -
Uses of XmlMessage in eu.europa.esig.dss.validation.process.bbb.fc.checks
Modifier and TypeMethodDescriptionprotected XmlMessage
PdfAnnotationOverlapCheck.buildErrorMessage()
protected XmlMessage
PdfVisualDifferenceCheck.buildErrorMessage()
-
Uses of XmlMessage in eu.europa.esig.dss.validation.process.bbb.sav.cc
Modifier and TypeMethodDescriptionprotected XmlMessage
DigestAlgorithmAtValidationTimeCheck.buildConstraintMessage()
protected XmlMessage
DigestAlgorithmReliableCheck.buildConstraintMessage()
protected XmlMessage
EncryptionAlgorithmAtValidationTimeCheck.buildConstraintMessage()
protected XmlMessage
EncryptionAlgorithmReliableCheck.buildConstraintMessage()
protected XmlMessage
PublicKeySizeAcceptableCheck.buildConstraintMessage()
protected XmlMessage
PublicKeySizeKnownCheck.buildConstraintMessage()
protected XmlMessage
DigestAlgorithmAtValidationTimeCheck.buildErrorMessage()
protected XmlMessage
DigestAlgorithmReliableCheck.buildErrorMessage()
protected XmlMessage
EncryptionAlgorithmAtValidationTimeCheck.buildErrorMessage()
protected XmlMessage
EncryptionAlgorithmReliableCheck.buildErrorMessage()
protected XmlMessage
PublicKeySizeAcceptableCheck.buildErrorMessage()
protected XmlMessage
PublicKeySizeKnownCheck.buildErrorMessage()
-
Uses of XmlMessage in eu.europa.esig.dss.validation.process.bbb.sav.checks
Modifier and TypeMethodDescriptionprotected XmlMessage
AbstractCryptographicCheckerResultCheck.buildConstraintMessage()
protected XmlMessage
AbstractCryptographicCheckerResultCheck.buildErrorMessage()
protected XmlMessage
SigningCertificateRefDigestCryptographicCheckerResultCheck.buildErrorMessage()
Modifier and TypeMethodDescriptionprotected List<XmlMessage>
AbstractCryptographicCheckerResultCheck.getPreviousErrors()
protected List<XmlMessage>
SignatureAcceptanceValidationResultCheck.getPreviousErrors()
-
Uses of XmlMessage in eu.europa.esig.dss.validation.process.bbb.xcv.rac.checks
-
Uses of XmlMessage in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks
Modifier and TypeMethodDescriptionprotected XmlMessage
CertificateForbiddenExtensionsCheck.buildErrorMessage()
protected XmlMessage
CertificateSupportedCriticalExtensionsCheck.buildErrorMessage()
protected XmlMessage
ExtendedKeyUsageCheck.buildErrorMessage()
protected XmlMessage
KeyUsageCheck.buildErrorMessage()
Modifier and TypeMethodDescriptionprotected List<XmlMessage>
CertificateRevocationSelectorResultCheck.getPreviousErrors()
protected List<XmlMessage>
RevocationFreshnessCheckerResultCheck.getPreviousErrors()
-
Uses of XmlMessage in eu.europa.esig.dss.validation.process.qualification.certificate.checks
Modifier and TypeMethodDescriptionprotected XmlMessage
TrustServiceAtTimeCheck.buildConstraintMessage()
protected XmlMessage
CaQcCheck.buildErrorMessage()
protected XmlMessage
GrantedStatusCheck.buildErrorMessage()
protected XmlMessage
MRACertificateEquivalenceApplied.buildErrorMessage()
protected XmlMessage
TrustServiceAtTimeCheck.buildErrorMessage()
-
Uses of XmlMessage in eu.europa.esig.dss.validation.process.vpfltvd.checks
Modifier and TypeMethodDescriptionprotected List<XmlMessage>
AcceptableBasicSignatureValidationCheck.getPreviousErrors()
-
Uses of XmlMessage in eu.europa.esig.dss.validation.process.vpfswatsp.checks
Modifier and TypeMethodDescriptionprotected List<XmlMessage>
LongTermValidationCheck.getPreviousErrors()
-
Uses of XmlMessage in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv.checks
Modifier and TypeMethodDescriptionprotected List<XmlMessage>
CurrentTimeIndicationCheck.getPreviousErrors()
ModifierConstructorDescriptionCurrentTimeIndicationCheck
(I18nProvider i18nProvider, XmlPSV result, Indication indication, SubIndication subIndication, List<XmlMessage> errors, LevelConstraint constraint) Default constructor