Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlFoundCertificates
Package | Description |
---|---|
eu.europa.esig.dss.diagnostic | |
eu.europa.esig.dss.diagnostic.jaxb |
-
Uses of XmlFoundCertificates in eu.europa.esig.dss.diagnostic
Constructors in eu.europa.esig.dss.diagnostic with parameters of type XmlFoundCertificates Constructor Description FoundCertificatesProxy(XmlFoundCertificates foundCertificates)
-
Uses of XmlFoundCertificates in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlFoundCertificates Modifier and Type Field Description protected XmlFoundCertificates
XmlRevocation. foundCertificates
protected XmlFoundCertificates
XmlSignature. foundCertificates
protected XmlFoundCertificates
XmlTimestamp. foundCertificates
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlFoundCertificates Modifier and Type Method Description XmlFoundCertificates
ObjectFactory. createXmlFoundCertificates()
Create an instance ofXmlFoundCertificates
XmlFoundCertificates
XmlRevocation. getFoundCertificates()
Gets the value of the foundCertificates property.XmlFoundCertificates
XmlSignature. getFoundCertificates()
Gets the value of the foundCertificates property.XmlFoundCertificates
XmlTimestamp. getFoundCertificates()
Gets the value of the foundCertificates property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlFoundCertificates Modifier and Type Method Description void
XmlRevocation. setFoundCertificates(XmlFoundCertificates value)
Sets the value of the foundCertificates property.void
XmlSignature. setFoundCertificates(XmlFoundCertificates value)
Sets the value of the foundCertificates property.void
XmlTimestamp. setFoundCertificates(XmlFoundCertificates value)
Sets the value of the foundCertificates property.