Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlSignerInfo
Package | Description |
---|---|
eu.europa.esig.dss.diagnostic | |
eu.europa.esig.dss.diagnostic.jaxb |
-
Uses of XmlSignerInfo in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlSignerInfo Modifier and Type Method Description List<XmlSignerInfo>
SignatureWrapper. getSignatureInformationStore()
Returns a list if Signer Infos (Signer Information Store) from CAdES CMS Signed DataList<XmlSignerInfo>
TimestampWrapper. 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 XmlSignerInfo Modifier and Type Field Description protected XmlSignerInfo
XmlRevocationRef. responderId
protected XmlSignerInfo
XmlCertificateRef. serialInfo
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlSignerInfo Modifier and Type Field Description protected List<XmlSignerInfo>
XmlSignature. signerInformationStore
protected List<XmlSignerInfo>
XmlTimestamp. signerInformationStore
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlSignerInfo Modifier and Type Method Description XmlSignerInfo
ObjectFactory. createXmlSignerInfo()
Create an instance ofXmlSignerInfo
XmlSignerInfo
XmlRevocationRef. getResponderId()
Gets the value of the responderId property.XmlSignerInfo
XmlCertificateRef. getSerialInfo()
Gets the value of the serialInfo property.Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlSignerInfo Modifier and Type Method Description List<XmlSignerInfo>
XmlSignature. getSignerInformationStore()
List<XmlSignerInfo>
XmlTimestamp. getSignerInformationStore()
Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlSignerInfo Modifier and Type Method Description void
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 XmlSignerInfo Modifier and Type Method Description void
XmlSignature. setSignerInformationStore(List<XmlSignerInfo> signerInformationStore)
void
XmlTimestamp. setSignerInformationStore(List<XmlSignerInfo> signerInformationStore)