Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlBasicSignature
Package | Description |
---|---|
eu.europa.esig.dss.diagnostic | |
eu.europa.esig.dss.diagnostic.jaxb |
-
Uses of XmlBasicSignature in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return XmlBasicSignature Modifier and Type Method Description protected abstract XmlBasicSignature
AbstractTokenProxy. getCurrentBasicSignature()
protected XmlBasicSignature
CertificateWrapper. getCurrentBasicSignature()
protected XmlBasicSignature
RevocationWrapper. getCurrentBasicSignature()
protected XmlBasicSignature
SignatureWrapper. getCurrentBasicSignature()
protected XmlBasicSignature
TimestampWrapper. getCurrentBasicSignature()
-
Uses of XmlBasicSignature in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlBasicSignature Modifier and Type Field Description protected XmlBasicSignature
XmlCertificate. basicSignature
protected XmlBasicSignature
XmlRevocation. basicSignature
protected XmlBasicSignature
XmlSignature. basicSignature
protected XmlBasicSignature
XmlTimestamp. basicSignature
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlBasicSignature Modifier and Type Method Description XmlBasicSignature
ObjectFactory. createXmlBasicSignature()
Create an instance ofXmlBasicSignature
XmlBasicSignature
XmlCertificate. getBasicSignature()
Gets the value of the basicSignature property.XmlBasicSignature
XmlRevocation. getBasicSignature()
Gets the value of the basicSignature property.XmlBasicSignature
XmlSignature. getBasicSignature()
Gets the value of the basicSignature property.XmlBasicSignature
XmlTimestamp. getBasicSignature()
Gets the value of the basicSignature property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlBasicSignature Modifier and Type Method Description void
XmlCertificate. setBasicSignature(XmlBasicSignature value)
Sets the value of the basicSignature property.void
XmlRevocation. setBasicSignature(XmlBasicSignature value)
Sets the value of the basicSignature property.void
XmlSignature. setBasicSignature(XmlBasicSignature value)
Sets the value of the basicSignature property.void
XmlTimestamp. setBasicSignature(XmlBasicSignature value)
Sets the value of the basicSignature property.