Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlSignerData
Package | Description |
---|---|
eu.europa.esig.dss.diagnostic | |
eu.europa.esig.dss.diagnostic.jaxb |
-
Uses of XmlSignerData in eu.europa.esig.dss.diagnostic
Constructors in eu.europa.esig.dss.diagnostic with parameters of type XmlSignerData Constructor Description SignerDataWrapper(XmlSignerData signerData)
-
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 XmlSignerData
XmlSignatureScope. signerData
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlSignerData Modifier and Type Field Description protected List<XmlSignerData>
XmlDiagnosticData. originalDocuments
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlSignerData Modifier and Type Method Description XmlSignerData
ObjectFactory. createXmlSignerData()
Create an instance ofXmlSignerData
XmlSignerData
XmlSignatureScope. 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 void
XmlSignatureScope. 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 void
XmlDiagnosticData. setOriginalDocuments(List<XmlSignerData> originalDocuments)