Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlSigningCertificate
Package | Description |
---|---|
eu.europa.esig.dss.diagnostic | |
eu.europa.esig.dss.diagnostic.jaxb |
-
Uses of XmlSigningCertificate in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return XmlSigningCertificate Modifier and Type Method Description protected abstract XmlSigningCertificate
AbstractTokenProxy. getCurrentSigningCertificate()
protected XmlSigningCertificate
CertificateWrapper. getCurrentSigningCertificate()
protected XmlSigningCertificate
RevocationWrapper. getCurrentSigningCertificate()
protected XmlSigningCertificate
SignatureWrapper. getCurrentSigningCertificate()
protected XmlSigningCertificate
TimestampWrapper. getCurrentSigningCertificate()
-
Uses of XmlSigningCertificate in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlSigningCertificate Modifier and Type Field Description protected XmlSigningCertificate
XmlCertificate. signingCertificate
protected XmlSigningCertificate
XmlRevocation. signingCertificate
protected XmlSigningCertificate
XmlSignature. signingCertificate
protected XmlSigningCertificate
XmlTimestamp. signingCertificate
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlSigningCertificate Modifier and Type Method Description XmlSigningCertificate
ObjectFactory. createXmlSigningCertificate()
Create an instance ofXmlSigningCertificate
XmlSigningCertificate
XmlCertificate. getSigningCertificate()
Gets the value of the signingCertificate property.XmlSigningCertificate
XmlRevocation. getSigningCertificate()
Gets the value of the signingCertificate property.XmlSigningCertificate
XmlSignature. getSigningCertificate()
Gets the value of the signingCertificate property.XmlSigningCertificate
XmlTimestamp. getSigningCertificate()
Gets the value of the signingCertificate property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlSigningCertificate Modifier and Type Method Description void
XmlCertificate. setSigningCertificate(XmlSigningCertificate value)
Sets the value of the signingCertificate property.void
XmlRevocation. setSigningCertificate(XmlSigningCertificate value)
Sets the value of the signingCertificate property.void
XmlSignature. setSigningCertificate(XmlSigningCertificate value)
Sets the value of the signingCertificate property.void
XmlTimestamp. setSigningCertificate(XmlSigningCertificate value)
Sets the value of the signingCertificate property.