Class UnmarshallingTester
java.lang.Object
eu.europa.esig.dss.test.signature.UnmarshallingTester
public class UnmarshallingTester extends Object
-
Constructor Summary
Constructors Constructor Description UnmarshallingTester()
-
Method Summary
Modifier and Type Method Description static void
mapDetailedReport(Reports reports)
static void
mapDiagnosticData(Reports reports)
static void
mapSimpleReport(Reports reports)
static void
unmarshallDetailedReport(Reports reports)
static XmlDiagnosticData
unmarshallDiagnosticData(Reports reports)
static void
unmarshallSimpleReport(Reports reports)
static void
unmarshallValidationReport(Reports reports)
static void
unmarshallXmlReports(Reports reports)
-
Constructor Details
-
UnmarshallingTester
public UnmarshallingTester()
-
-
Method Details