Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlSignature
-
Packages that use 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 XmlSignatureXmlSignature. parentFields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlSignature Modifier and Type Field Description protected List<XmlSignature>XmlDiagnosticData. signaturesMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlSignature Modifier and Type Method Description XmlSignatureObjectFactory. createXmlSignature()Create an instance ofXmlSignatureXmlSignatureXmlSignature. 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 voidXmlSignature. 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 voidXmlDiagnosticData. setSignatures(List<XmlSignature> signatures)
-