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 XmlSignerInfo
XmlRevocationRef.responderId
protected XmlSignerInfo
XmlCertificateRef.serialInfo
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlSignerInfoModifier and TypeFieldDescriptionprotected List<XmlSignerInfo>
XmlSignature.signerInformationStore
protected List<XmlSignerInfo>
XmlTimestamp.signerInformationStore
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlSignerInfoModifier and TypeMethodDescriptionObjectFactory.createXmlSignerInfo()
Create an instance ofXmlSignerInfo
XmlRevocationRef.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 TypeMethodDescriptionvoid
XmlRevocationRef.setResponderId
(XmlSignerInfo value) Sets the value of the responderId property.void
XmlCertificateRef.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 TypeMethodDescriptionvoid
XmlSignature.setSignerInformationStore
(List<XmlSignerInfo> signerInformationStore) void
XmlTimestamp.setSignerInformationStore
(List<XmlSignerInfo> signerInformationStore) -
Uses of XmlSignerInfo in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return XmlSignerInfoModifier and TypeMethodDescriptionprotected XmlSignerInfo
DiagnosticDataBuilder.getXmlSignerInfo
(SignerIdentifier signerIdentifier) Creates aXmlSignerInfo
fromSignerIdentifier
Methods in eu.europa.esig.dss.validation that return types with arguments of type XmlSignerInfoModifier and TypeMethodDescriptionprotected List<XmlSignerInfo>
SignedDocumentDiagnosticDataBuilder.getXmlSignerInformationStore
(Set<SignerIdentifier> signerIdentifiers) Builds a list ofXmlSignerInfo
fromSignerIdentifier
s