Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlBasicSignature
Packages that use XmlBasicSignature
Package
Description
-
Uses of XmlBasicSignature in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return XmlBasicSignatureModifier 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
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlBasicSignatureModifier and TypeFieldDescriptionprotected 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 XmlBasicSignatureModifier 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.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlBasicSignatureModifier 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
Methods in eu.europa.esig.dss.validation that return XmlBasicSignatureModifier and TypeMethodDescriptionprotected XmlBasicSignature
DiagnosticDataBuilder.getXmlBasicSignature
(Token token) GetsXmlBasicSignature
for aToken