Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlBasicSignature
Package
Description
-
Uses of XmlBasicSignature in eu.europa.esig.dss.diagnostic
Modifier and TypeMethodDescriptionprotected abstract XmlBasicSignature
AbstractTokenProxy.getCurrentBasicSignature()
Returns a basic signature validationprotected 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
Modifier and TypeFieldDescriptionprotected XmlBasicSignature
XmlCertificate.basicSignature
protected XmlBasicSignature
XmlRevocation.basicSignature
protected XmlBasicSignature
XmlSignature.basicSignature
protected XmlBasicSignature
XmlTimestamp.basicSignature
Modifier and TypeMethodDescriptionObjectFactory.createXmlBasicSignature()
Create an instance ofXmlBasicSignature
XmlCertificate.getBasicSignature()
Gets the value of the basicSignature property.XmlRevocation.getBasicSignature()
Gets the value of the basicSignature property.XmlSignature.getBasicSignature()
Gets the value of the basicSignature property.XmlTimestamp.getBasicSignature()
Gets the value of the basicSignature property.Modifier and TypeMethodDescriptionvoid
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. -
Uses of XmlBasicSignature in eu.europa.esig.dss.validation
Modifier and TypeMethodDescriptionprotected XmlBasicSignature
DiagnosticDataBuilder.getXmlBasicSignature
(Token token) GetsXmlBasicSignature
for aToken