Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlRelatedCertificate
Package
Description
-
Uses of XmlRelatedCertificate in eu.europa.esig.dss.diagnostic
ModifierConstructorDescriptionRelatedCertificateWrapper
(XmlRelatedCertificate relatedCertificate) Default constructor -
Uses of XmlRelatedCertificate in eu.europa.esig.dss.diagnostic.jaxb
Modifier and TypeFieldDescriptionprotected List<XmlRelatedCertificate>
XmlFoundCertificates.relatedCertificates
Modifier and TypeMethodDescriptionObjectFactory.createXmlRelatedCertificate()
Create an instance ofXmlRelatedCertificate
Modifier and TypeMethodDescriptionXmlFoundCertificates.getRelatedCertificates()
Gets the value of the relatedCertificates property. -
Uses of XmlRelatedCertificate in eu.europa.esig.dss.validation
Modifier and TypeMethodDescriptionprotected XmlRelatedCertificate
DiagnosticDataBuilder.populateXmlRelatedCertificatesList
(CertificateOrigin origin, CertificateToken cert, TokenCertificateSource certificateSource) Builds anXmlRelatedCertificate
Modifier and TypeMethodDescriptionprotected List<XmlRelatedCertificate>
DiagnosticDataBuilder.getXmlRelatedCertificateForOrphanReferences
(TokenCertificateSource certificateSource) Returns a list ofXmlRelatedCertificate
s for orphan references withincertificateSource
Modifier 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