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
SignatureScopes 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 ofSignatureScopes from a signatureMethods 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, isASiCEArchive, isASiCSArchive, setDefaultDigestAlgorithm
-
Constructor Details
-
ASiCWithCAdESSignatureScopeFinder
public ASiCWithCAdESSignatureScopeFinder()
-
-
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
-