Uses of Class
eu.europa.esig.dss.jaxb.object.Message
Packages that use Message
-
Uses of Message in eu.europa.esig.dss.detailedreport
Methods in eu.europa.esig.dss.detailedreport that return types with arguments of type MessageModifier and TypeMethodDescriptionDetailedReport.getAdESValidationErrors(String tokenId) Returns a list of ETSI EN 319 102-1 AdES validation error messages for a token with the given idDetailedReport.getAdESValidationInfos(String tokenId) Returns a list of ETSI EN 319 102-1 AdES validation info messages for a token with the given idDetailedReport.getAdESValidationWarnings(String tokenId) Returns a list of ETSI EN 319 102-1 AdES validation warning messages for a token with the given idDetailedReport.getQualificationErrors(String tokenId) Returns a list of qualification validation errors for a token with the given idDetailedReport.getQualificationInfos(String tokenId) Returns a list of qualification validation infos for a token with the given idDetailedReport.getQualificationWarnings(String tokenId) Returns a list of qualification validation warnings for a token with the given id -
Uses of Message in eu.europa.esig.dss.simplereport
Methods in eu.europa.esig.dss.simplereport that return types with arguments of type MessageModifier and TypeMethodDescriptionSimpleReport.getAdESValidationErrors(String tokenId) This method retrieve the ETSI EN 319 102-1 AdES validation errors for a given token by idSimpleReport.getAdESValidationInfo(String tokenId) This method retrieve the ETSI EN 319 102-1 AdES validation information for a given token by idSimpleReport.getAdESValidationWarnings(String tokenId) This method retrieve the ETSI EN 319 102-1 AdES validation warnings for a given token by idSimpleReport.getQualificationErrors(String tokenId) This method retrieve the qualification process's errors for a given token by idSimpleReport.getQualificationInfo(String tokenId) This method retrieves the qualification process's information for a given token by idSimpleReport.getQualificationWarnings(String tokenId) This method retrieve the qualification process's warnings for a given token by id