Class ASiCWithCAdESSignatureScopeFinder
java.lang.Object
eu.europa.esig.dss.validation.scope.AbstractSignatureScopeFinder<CAdESSignature>
eu.europa.esig.dss.cades.validation.scope.CAdESSignatureScopeFinder
eu.europa.esig.dss.asic.cades.validation.scope.ASiCWithCAdESSignatureScopeFinder
- All Implemented Interfaces:
SignatureScopeFinder<CAdESSignature>
public class ASiCWithCAdESSignatureScopeFinder extends CAdESSignatureScopeFinder
Finds a list of
SignatureScope
s for an ASiC with CAdES container-
Constructor Summary
Constructors Constructor Description ASiCWithCAdESSignatureScopeFinder()
-
Method Summary
Modifier and Type Method Description List<SignatureScope>
findSignatureScope(CAdESSignature cadesSignature)
Returns a list ofSignatureScope
s from a signatureMethods 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, isASiCEArchive, isASiCSArchive, setDefaultDigestAlgorithm
-
Constructor Details
-
ASiCWithCAdESSignatureScopeFinder
public ASiCWithCAdESSignatureScopeFinder()
-
-
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
-