Uses of Class
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlChainItem
Packages that use XmlChainItem
Package
Description
-
Uses of XmlChainItem in eu.europa.esig.dss.simplecertificatereport
Methods in eu.europa.esig.dss.simplecertificatereport that return XmlChainItemModifier and TypeMethodDescriptionSimpleCertificateReport.getTLSBindingSignatureIssuerCertificate()Gets the Indication for the TLS Certificate Binging signature validation. -
Uses of XmlChainItem in eu.europa.esig.dss.simplecertificatereport.jaxb
Fields in eu.europa.esig.dss.simplecertificatereport.jaxb declared as XmlChainItemFields in eu.europa.esig.dss.simplecertificatereport.jaxb with type parameters of type XmlChainItemModifier and TypeFieldDescriptionprotected List<XmlChainItem> XmlChainItem.chainprotected List<XmlChainItem> XmlSignature.chainMethods in eu.europa.esig.dss.simplecertificatereport.jaxb that return XmlChainItemModifier and TypeMethodDescriptionObjectFactory.createXmlChainItem()Create an instance ofXmlChainItemXmlSimpleCertificateReport.getCertificate()Gets the value of the certificate property.Methods in eu.europa.esig.dss.simplecertificatereport.jaxb that return types with arguments of type XmlChainItemMethods in eu.europa.esig.dss.simplecertificatereport.jaxb with parameters of type XmlChainItemModifier and TypeMethodDescriptionvoidXmlSimpleCertificateReport.setCertificate(XmlChainItem value) Sets the value of the certificate property.Method parameters in eu.europa.esig.dss.simplecertificatereport.jaxb with type arguments of type XmlChainItemModifier and TypeMethodDescriptionvoidXmlChainItem.setChain(List<XmlChainItem> chain) voidXmlSignature.setChain(List<XmlChainItem> chain)