Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlSignature
Package | Description |
---|---|
eu.europa.esig.dss.diagnostic | |
eu.europa.esig.dss.diagnostic.jaxb |
-
Uses of XmlSignature in eu.europa.esig.dss.diagnostic
Constructors in eu.europa.esig.dss.diagnostic with parameters of type XmlSignature Constructor Description SignatureWrapper(XmlSignature signature)
-
Uses of XmlSignature in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlSignature Modifier and Type Field Description protected XmlSignature
XmlSignature. parent
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlSignature Modifier and Type Field Description protected List<XmlSignature>
XmlDiagnosticData. signatures
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlSignature Modifier and Type Method Description XmlSignature
ObjectFactory. createXmlSignature()
Create an instance ofXmlSignature
XmlSignature
XmlSignature. getParent()
Gets the value of the parent property.Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlSignature Modifier and Type Method Description List<XmlSignature>
XmlDiagnosticData. getSignatures()
Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlSignature Modifier and Type Method Description void
XmlSignature. setParent(XmlSignature value)
Sets the value of the parent property.Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlSignature Modifier and Type Method Description void
XmlDiagnosticData. setSignatures(List<XmlSignature> signatures)