Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlSignerInfo
Package
Description
-
Uses of XmlSignerInfo in eu.europa.esig.dss.diagnostic
Modifier 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
Modifier and TypeFieldDescriptionprotected XmlSignerInfo
XmlRevocationRef.responderId
protected XmlSignerInfo
XmlCertificateRef.serialInfo
Modifier and TypeFieldDescriptionprotected List<XmlSignerInfo>
XmlSignature.signerInformationStore
protected List<XmlSignerInfo>
XmlTimestamp.signerInformationStore
Modifier 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.Modifier and TypeMethodDescriptionXmlSignature.getSignerInformationStore()
XmlTimestamp.getSignerInformationStore()
Modifier 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.Modifier and TypeMethodDescriptionvoid
XmlSignature.setSignerInformationStore
(List<XmlSignerInfo> signerInformationStore) void
XmlTimestamp.setSignerInformationStore
(List<XmlSignerInfo> signerInformationStore) -
Uses of XmlSignerInfo in eu.europa.esig.dss.validation
Modifier and TypeMethodDescriptionprotected XmlSignerInfo
DiagnosticDataBuilder.getXmlSignerInfo
(SignerIdentifier signerIdentifier) Creates aXmlSignerInfo
fromSignerIdentifier
Modifier and TypeMethodDescriptionprotected List<XmlSignerInfo>
SignedDocumentDiagnosticDataBuilder.getXmlSignerInformationStore
(Set<SignerIdentifier> signerIdentifiers) Builds a list ofXmlSignerInfo
fromSignerIdentifier
s