Uses of Class
eu.europa.esig.dss.simplereport.jaxb.XmlSignatureScope
-
Uses of XmlSignatureScope in eu.europa.esig.dss.simplereport
Modifier and TypeMethodDescriptionSimpleReport.getSignatureScopes
(String tokenId) This method returns a list ofXmlSignatureScope
s for the token (signature, timestamp or evidence record) with a given Id -
Uses of XmlSignatureScope in eu.europa.esig.dss.simplereport.jaxb
Modifier and TypeFieldDescriptionprotected List
<XmlSignatureScope> XmlEvidenceRecord.evidenceRecordScope
protected List
<XmlSignatureScope> XmlSignature.signatureScope
protected List
<XmlSignatureScope> XmlTimestamp.timestampScope
Modifier and TypeMethodDescriptionObjectFactory.createXmlSignatureScope()
Create an instance ofXmlSignatureScope
Modifier and TypeMethodDescriptionXmlEvidenceRecord.getEvidenceRecordScope()
Gets the value of the evidenceRecordScope property.XmlSignature.getSignatureScope()
Gets the value of the signatureScope property.XmlTimestamp.getTimestampScope()
Gets the value of the timestampScope property.