Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlRelatedCertificate
-
Packages that use XmlRelatedCertificate Package Description eu.europa.esig.dss.diagnostic eu.europa.esig.dss.diagnostic.jaxb -
-
Uses of XmlRelatedCertificate in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlRelatedCertificate Modifier and Type Method Description List<XmlRelatedCertificate>SignatureWrapper. getRelatedCertificates()List<XmlRelatedCertificate>SignatureWrapper. getRelatedCertificatesByOrigin(CertificateOrigin origin)Returns a list of foundXmlRelatedCertificates with the givenorigin -
Uses of XmlRelatedCertificate in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlRelatedCertificate Modifier and Type Field Description protected List<XmlRelatedCertificate>XmlFoundCertificates. relatedCertificatesMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlRelatedCertificate Modifier and Type Method Description XmlRelatedCertificateObjectFactory. createXmlRelatedCertificate()Create an instance ofXmlRelatedCertificateMethods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlRelatedCertificate Modifier and Type Method Description List<XmlRelatedCertificate>XmlFoundCertificates. getRelatedCertificates()Gets the value of the relatedCertificates property.
-