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.evidenceRecordScopesprotected List<XmlSignatureScope> XmlSignature.signatureScopesprotected List<XmlSignatureScope> XmlTimestamp.timestampScopesMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlSignatureScopeModifier and TypeMethodDescriptionObjectFactory.createXmlSignatureScope()Create an instance ofXmlSignatureScopeMethods 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 TypeMethodDescriptionvoidXmlEvidenceRecord.setEvidenceRecordScopes(List<XmlSignatureScope> evidenceRecordScopes) voidXmlSignature.setSignatureScopes(List<XmlSignatureScope> signatureScopes) voidXmlTimestamp.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