Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlSignatureScope
Packages that use XmlSignatureScope
Package
Description
-
Uses of XmlSignatureScope in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlSignatureScopeModifier and TypeMethodDescriptionEvidenceRecordWrapper.getEvidenceRecordScopes()
Returns Evidence record's Signature ScopesSignatureWrapper.getSignatureScopes()
Returns Signature ScopesTimestampWrapper.getTimestampScopes()
Returns Timestamp's Signature Scopes -
Uses of XmlSignatureScope in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlSignatureScopeModifier and TypeFieldDescriptionprotected List
<XmlSignatureScope> XmlEvidenceRecord.evidenceRecordScopes
protected List
<XmlSignatureScope> XmlSignature.signatureScopes
protected List
<XmlSignatureScope> XmlTimestamp.timestampScopes
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlSignatureScopeModifier and TypeMethodDescriptionObjectFactory.createXmlSignatureScope()
Create an instance ofXmlSignatureScope
Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlSignatureScopeModifier and TypeMethodDescriptionXmlEvidenceRecord.getEvidenceRecordScopes()
XmlSignature.getSignatureScopes()
XmlTimestamp.getTimestampScopes()
Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlSignatureScopeModifier and TypeMethodDescriptionvoid
XmlEvidenceRecord.setEvidenceRecordScopes
(List<XmlSignatureScope> evidenceRecordScopes) void
XmlSignature.setSignatureScopes
(List<XmlSignatureScope> signatureScopes) void
XmlTimestamp.setTimestampScopes
(List<XmlSignatureScope> timestampScopes) -
Uses of XmlSignatureScope in eu.europa.esig.dss.validation.process.bbb.fc.checks
Constructor parameters in eu.europa.esig.dss.validation.process.bbb.fc.checks with type arguments of type XmlSignatureScopeModifierConstructorDescriptionFullScopeCheck
(I18nProvider i18nProvider, XmlFC result, Collection<XmlSignatureScope> signatureScopes, LevelConstraint constraint) Default constructor