Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlRelatedCertificate
Package | Description |
---|---|
eu.europa.esig.dss.diagnostic | |
eu.europa.esig.dss.diagnostic.jaxb | |
eu.europa.esig.dss.validation |
-
Uses of XmlRelatedCertificate in eu.europa.esig.dss.diagnostic
Constructors in eu.europa.esig.dss.diagnostic with parameters of type XmlRelatedCertificate Constructor Description RelatedCertificateWrapper(XmlRelatedCertificate relatedCertificate)
-
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. relatedCertificates
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlRelatedCertificate Modifier and Type Method Description XmlRelatedCertificate
ObjectFactory. createXmlRelatedCertificate()
Create an instance ofXmlRelatedCertificate
Methods 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. -
Uses of XmlRelatedCertificate in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return XmlRelatedCertificate Modifier and Type Method Description protected XmlRelatedCertificate
DiagnosticDataBuilder. getXmlRelatedCertificate(CertificateOrigin origin, CertificateToken cert, TokenCertificateSource certificateSource)
protected XmlRelatedCertificate
DiagnosticDataBuilder. getXmlRelatedCertificate(TokenCertificateSource certificateSource, CertificateToken cert, CertificateRef certificateRef)
Methods in eu.europa.esig.dss.validation that return types with arguments of type XmlRelatedCertificate Modifier and Type Method Description protected List<XmlRelatedCertificate>
DiagnosticDataBuilder. getXmlRelatedCertificateForOrphanReferences(TokenCertificateSource certificateSource)
Method parameters in eu.europa.esig.dss.validation with type arguments of type XmlRelatedCertificate Modifier and Type Method Description protected void
DiagnosticDataBuilder. populateCertificateOriginMap(Map<String,XmlRelatedCertificate> relatedCertificatesMap, CertificateOrigin origin, List<CertificateToken> certificateTokens, TokenCertificateSource certificateSource)