Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlRelatedCertificate
Packages that use XmlRelatedCertificate
Package
Description
-
Uses of XmlRelatedCertificate in eu.europa.esig.dss.diagnostic
Constructors in eu.europa.esig.dss.diagnostic with parameters of type XmlRelatedCertificateModifierConstructorDescriptionRelatedCertificateWrapper
(XmlRelatedCertificate relatedCertificate) Default constructor -
Uses of XmlRelatedCertificate in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlRelatedCertificateModifier and TypeFieldDescriptionprotected List<XmlRelatedCertificate>
XmlFoundCertificates.relatedCertificates
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlRelatedCertificateModifier and TypeMethodDescriptionObjectFactory.createXmlRelatedCertificate()
Create an instance ofXmlRelatedCertificate
Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlRelatedCertificateModifier and TypeMethodDescriptionXmlFoundCertificates.getRelatedCertificates()
Gets the value of the relatedCertificates property. -
Uses of XmlRelatedCertificate in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return XmlRelatedCertificateModifier and TypeMethodDescriptionprotected XmlRelatedCertificate
DiagnosticDataBuilder.populateXmlRelatedCertificatesList
(CertificateOrigin origin, CertificateToken cert, TokenCertificateSource certificateSource) Builds anXmlRelatedCertificate
Methods in eu.europa.esig.dss.validation that return types with arguments of type XmlRelatedCertificateModifier and TypeMethodDescriptionprotected List<XmlRelatedCertificate>
DiagnosticDataBuilder.getXmlRelatedCertificateForOrphanReferences
(TokenCertificateSource certificateSource) Returns a list ofXmlRelatedCertificate
s for orphan references withincertificateSource
Method parameters in eu.europa.esig.dss.validation with type arguments of type XmlRelatedCertificateModifier and TypeMethodDescriptionprotected void
DiagnosticDataBuilder.populateCertificateOriginMap
(Map<String, XmlRelatedCertificate> relatedCertificatesMap, CertificateOrigin origin, List<CertificateToken> certificateTokens, TokenCertificateSource certificateSource) Fills the certificates origins map with the given propertiesprotected void
DiagnosticDataBuilder.populateXmlRelatedCertificatesList
(List<XmlRelatedCertificate> relatesCertificates, TokenCertificateSource certificateSource, CertificateToken cert, CertificateRef certificateRef) Builds anXmlRelatedCertificate
and populates therelatesCertificates
list