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 XmlSignerInfoXmlRevocationRef. responderIdprotected XmlSignerInfoXmlCertificateRef. serialInfoFields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlSignerInfo Modifier and Type Field Description protected List<XmlSignerInfo>XmlSignature. signerInformationStoreprotected List<XmlSignerInfo>XmlTimestamp. signerInformationStoreMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlSignerInfo Modifier and Type Method Description XmlSignerInfoObjectFactory. createXmlSignerInfo()Create an instance ofXmlSignerInfoXmlSignerInfoXmlRevocationRef. getResponderId()Gets the value of the responderId property.XmlSignerInfoXmlCertificateRef. 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 voidXmlRevocationRef. 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 XmlSignerInfo Modifier and Type Method Description voidXmlSignature. setSignerInformationStore(List<XmlSignerInfo> signerInformationStore)voidXmlTimestamp. setSignerInformationStore(List<XmlSignerInfo> signerInformationStore)