Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlSigningCertificate
-
Packages that use 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 XmlSigningCertificateAbstractTokenProxy. getCurrentSigningCertificate()protected XmlSigningCertificateCertificateWrapper. getCurrentSigningCertificate()protected XmlSigningCertificateRevocationWrapper. getCurrentSigningCertificate()protected XmlSigningCertificateSignatureWrapper. getCurrentSigningCertificate()protected XmlSigningCertificateTimestampWrapper. 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 XmlSigningCertificateXmlCertificate. signingCertificateprotected XmlSigningCertificateXmlRevocation. signingCertificateprotected XmlSigningCertificateXmlSignature. signingCertificateprotected XmlSigningCertificateXmlTimestamp. signingCertificateMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlSigningCertificate Modifier and Type Method Description XmlSigningCertificateObjectFactory. createXmlSigningCertificate()Create an instance ofXmlSigningCertificateXmlSigningCertificateXmlCertificate. getSigningCertificate()Gets the value of the signingCertificate property.XmlSigningCertificateXmlRevocation. getSigningCertificate()Gets the value of the signingCertificate property.XmlSigningCertificateXmlSignature. getSigningCertificate()Gets the value of the signingCertificate property.XmlSigningCertificateXmlTimestamp. 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 voidXmlCertificate. setSigningCertificate(XmlSigningCertificate value)Sets the value of the signingCertificate property.voidXmlRevocation. setSigningCertificate(XmlSigningCertificate value)Sets the value of the signingCertificate property.voidXmlSignature. setSigningCertificate(XmlSigningCertificate value)Sets the value of the signingCertificate property.voidXmlTimestamp. setSigningCertificate(XmlSigningCertificate value)Sets the value of the signingCertificate property.
-