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 TypeMethodDescriptionSignatureWrapper.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>
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 TypeMethodDescriptionXmlSignature.getSignatureScopes()
XmlTimestamp.getTimestampScopes()
Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlSignatureScopeModifier and TypeMethodDescriptionvoid
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