Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlSignerInfo
Packages that use XmlSignerInfo
Package
Description
-
Uses of XmlSignerInfo in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlSignerInfoModifier and TypeMethodDescriptionSignatureWrapper.getSignatureInformationStore()Returns a list if Signer Infos (Signer Information Store) from CAdES CMS Signed DataTimestampWrapper.getSignatureInformationStore()Returns a list if Signer Infos (Signer Information Store) from CAdES CMS Signed Data -
Uses of XmlSignerInfo in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlSignerInfoModifier and TypeFieldDescriptionprotected XmlSignerInfoXmlRevocationRef.responderIdprotected XmlSignerInfoXmlCertificateRef.serialInfoFields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlSignerInfoModifier and TypeFieldDescriptionprotected List<XmlSignerInfo> XmlSignature.signerInformationStoreprotected List<XmlSignerInfo> XmlTimestamp.signerInformationStoreMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlSignerInfoModifier and TypeMethodDescriptionObjectFactory.createXmlSignerInfo()Create an instance ofXmlSignerInfoXmlRevocationRef.getResponderId()Gets the value of the responderId property.XmlCertificateRef.getSerialInfo()Gets the value of the serialInfo property.Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlSignerInfoModifier and TypeMethodDescriptionXmlSignature.getSignerInformationStore()XmlTimestamp.getSignerInformationStore()Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlSignerInfoModifier and TypeMethodDescriptionvoidXmlRevocationRef.setResponderId(XmlSignerInfo value) Sets the value of the responderId property.voidXmlCertificateRef.setSerialInfo(XmlSignerInfo value) Sets the value of the serialInfo property.Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlSignerInfoModifier and TypeMethodDescriptionvoidXmlSignature.setSignerInformationStore(List<XmlSignerInfo> signerInformationStore) voidXmlTimestamp.setSignerInformationStore(List<XmlSignerInfo> signerInformationStore) -
Uses of XmlSignerInfo in eu.europa.esig.dss.validation.reports.diagnostic
Methods in eu.europa.esig.dss.validation.reports.diagnostic that return XmlSignerInfoModifier and TypeMethodDescriptionprotected XmlSignerInfoDiagnosticDataBuilder.getXmlSignerInfo(SignerIdentifier signerIdentifier) Creates aXmlSignerInfofromSignerIdentifierMethods in eu.europa.esig.dss.validation.reports.diagnostic that return types with arguments of type XmlSignerInfoModifier and TypeMethodDescriptionprotected List<XmlSignerInfo> SignedDocumentDiagnosticDataBuilder.getXmlSignerInformationStore(Set<SignerIdentifier> signerIdentifiers) Builds a list ofXmlSignerInfofromSignerIdentifiers