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
SignatureScope
s for an ASiC with CAdES container-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindSignatureScope
(CAdESSignature cadesSignature) Returns a list ofSignatureScope
s from a signatureprotected boolean
isASiCSArchive
(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, getSignatureScopeFromReferenceValidation
Methods inherited from class eu.europa.esig.dss.validation.scope.AbstractSignatureScopeFinder
getDefaultDigestAlgorithm, getDigest, getDigest, getTokenIdentifierProvider, isASiCEArchive, setDefaultDigestAlgorithm, setTokenIdentifierProvider
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:SignatureScopeFinder
Returns a list ofSignatureScope
s from a signature- Specified by:
findSignatureScope
in interfaceSignatureScopeFinder<CAdESSignature>
- Overrides:
findSignatureScope
in classCAdESSignatureScopeFinder
- Parameters:
cadesSignature
-AdvancedSignature
to get signatureScopes for- Returns:
- a list of
SignatureScope
s
-
isASiCSArchive
Description copied from class:AbstractSignatureScopeFinder
Checks if the given signature represents an ASiC-S container- Overrides:
isASiCSArchive
in classAbstractSignatureScopeFinder
- Parameters:
advancedSignature
-AdvancedSignature
to check- Returns:
- TRUE if the signature is ASiC-S, FALSE otherwise
-