Class ASiCWithCAdESSignatureScopeFinder
java.lang.Object
eu.europa.esig.dss.validation.scope.AbstractSignatureScopeFinder
eu.europa.esig.dss.cades.validation.scope.CAdESSignatureScopeFinder
eu.europa.esig.dss.asic.cades.validation.scope.ASiCWithCAdESSignatureScopeFinder
- All Implemented Interfaces:
SignatureScopeFinder<CAdESSignature>
Finds a list of
SignatureScopes for an ASiC with CAdES container-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindSignatureScope(CAdESSignature cadesSignature) Returns a list ofSignatureScopes from a signatureprotected booleanisASiCSArchive(AdvancedSignature advancedSignature) Checks if the given signature represents an ASiC-S containerMethods inherited from class eu.europa.esig.dss.cades.validation.scope.CAdESSignatureScopeFinder
getOriginalDocument, getSignatureScopeFromOriginalDocument, getSignatureScopeFromReferenceValidationMethods inherited from class eu.europa.esig.dss.validation.scope.AbstractSignatureScopeFinder
getDefaultDigestAlgorithm, getDigest, getDigest, getTokenIdentifierProvider, isASiCEArchive, setDefaultDigestAlgorithm, setTokenIdentifierProviderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.europa.esig.dss.validation.scope.SignatureScopeFinder
setDefaultDigestAlgorithm, setTokenIdentifierProvider
-
Constructor Details
-
ASiCWithCAdESSignatureScopeFinder
public ASiCWithCAdESSignatureScopeFinder()Default constructor
-
-
Method Details
-
findSignatureScope
Description copied from interface:SignatureScopeFinderReturns a list ofSignatureScopes from a signature- Specified by:
findSignatureScopein interfaceSignatureScopeFinder<CAdESSignature>- Overrides:
findSignatureScopein classCAdESSignatureScopeFinder- Parameters:
cadesSignature-AdvancedSignatureto get signatureScopes for- Returns:
- a list of
SignatureScopes
-
isASiCSArchive
Description copied from class:AbstractSignatureScopeFinderChecks if the given signature represents an ASiC-S container- Overrides:
isASiCSArchivein classAbstractSignatureScopeFinder- Parameters:
advancedSignature-AdvancedSignatureto check- Returns:
- TRUE if the signature is ASiC-S, FALSE otherwise
-