Uses of Class
eu.europa.esig.dss.simplereport.jaxb.XmlSignatureScope
Packages that use XmlSignatureScope
-
Uses of XmlSignatureScope in eu.europa.esig.dss.simplereport
Methods in eu.europa.esig.dss.simplereport that return types with arguments of type XmlSignatureScopeModifier and TypeMethodDescriptionSimpleReport.getSignatureScopes(String tokenId) This method returns a list ofXmlSignatureScopes for the token (signature, timestamp or evidence record) with a given Id -
Uses of XmlSignatureScope in eu.europa.esig.dss.simplereport.jaxb
Fields in eu.europa.esig.dss.simplereport.jaxb with type parameters of type XmlSignatureScopeModifier and TypeFieldDescriptionprotected List<XmlSignatureScope> XmlEvidenceRecord.evidenceRecordScopeprotected List<XmlSignatureScope> XmlSignature.signatureScopeprotected List<XmlSignatureScope> XmlTimestamp.timestampScopeMethods in eu.europa.esig.dss.simplereport.jaxb that return XmlSignatureScopeModifier and TypeMethodDescriptionObjectFactory.createXmlSignatureScope()Create an instance ofXmlSignatureScopeMethods in eu.europa.esig.dss.simplereport.jaxb that return types with arguments of type XmlSignatureScopeModifier 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.