Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlBasicSignature
-
Packages that use 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 XmlBasicSignatureAbstractTokenProxy. getCurrentBasicSignature()protected XmlBasicSignatureCertificateWrapper. getCurrentBasicSignature()protected XmlBasicSignatureRevocationWrapper. getCurrentBasicSignature()protected XmlBasicSignatureSignatureWrapper. getCurrentBasicSignature()protected XmlBasicSignatureTimestampWrapper. 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 XmlBasicSignatureXmlCertificate. basicSignatureprotected XmlBasicSignatureXmlRevocation. basicSignatureprotected XmlBasicSignatureXmlSignature. basicSignatureprotected XmlBasicSignatureXmlTimestamp. basicSignatureMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlBasicSignature Modifier and Type Method Description XmlBasicSignatureObjectFactory. createXmlBasicSignature()Create an instance ofXmlBasicSignatureXmlBasicSignatureXmlCertificate. getBasicSignature()Gets the value of the basicSignature property.XmlBasicSignatureXmlRevocation. getBasicSignature()Gets the value of the basicSignature property.XmlBasicSignatureXmlSignature. getBasicSignature()Gets the value of the basicSignature property.XmlBasicSignatureXmlTimestamp. 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 voidXmlCertificate. setBasicSignature(XmlBasicSignature value)Sets the value of the basicSignature property.voidXmlRevocation. setBasicSignature(XmlBasicSignature value)Sets the value of the basicSignature property.voidXmlSignature. setBasicSignature(XmlBasicSignature value)Sets the value of the basicSignature property.voidXmlTimestamp. setBasicSignature(XmlBasicSignature value)Sets the value of the basicSignature property.
-