Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlSignerData
-
Packages that use XmlSignerData Package Description eu.europa.esig.dss.diagnostic eu.europa.esig.dss.diagnostic.jaxb -
-
Uses of XmlSignerData in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlSignerData Modifier and Type Method Description List<XmlSignerData>DiagnosticData. getOriginalSignerDocuments()Returns a complete list of original signer documents signed by all signatures -
Uses of XmlSignerData in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlSignerData Modifier and Type Field Description protected XmlSignerDataXmlSignatureScope. signerDataFields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlSignerData Modifier and Type Field Description protected List<XmlSignerData>XmlDiagnosticData. originalDocumentsMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlSignerData Modifier and Type Method Description XmlSignerDataObjectFactory. createXmlSignerData()Create an instance ofXmlSignerDataXmlSignerDataXmlSignatureScope. getSignerData()Gets the value of the signerData property.Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlSignerData Modifier and Type Method Description List<XmlSignerData>XmlDiagnosticData. getOriginalDocuments()Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlSignerData Modifier and Type Method Description voidXmlSignatureScope. setSignerData(XmlSignerData value)Sets the value of the signerData property.Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlSignerData Modifier and Type Method Description voidXmlDiagnosticData. setOriginalDocuments(List<XmlSignerData> originalDocuments)
-