Uses of Class
eu.europa.esig.dss.spi.exception.IllegalInputException
Packages that use IllegalInputException
-
Uses of IllegalInputException in eu.europa.esig.dss.asic.common.evidencerecord
Constructors in eu.europa.esig.dss.asic.common.evidencerecord that throw IllegalInputExceptionModifierConstructorDescriptionASiCEvidenceRecordDigestBuilder
(DSSDocument asicContainer) Creates a ASiCEvidenceRecordDigestBuilder to build hashes from aDSSDocument
, represented by an ASiC container, using a default SHA-256 digest algorithmASiCEvidenceRecordDigestBuilder
(DSSDocument asicContainer, DigestAlgorithm digestAlgorithm) Creates a ASiCEvidenceRecordDigestBuilder to build hashes with the providedDigestAlgorithm
from aDSSDocument
, represented by an ASiC container -
Uses of IllegalInputException in eu.europa.esig.dss.xades.tsl
Methods in eu.europa.esig.dss.xades.tsl that throw IllegalInputExceptionModifier and TypeMethodDescriptionvoid
AbstractTrustedListSignatureParametersBuilder.assertConfigurationIsValid()
This method helps to determine whether the chosen signature parameters builders is applicable to the given document.XAdESTrustedListUtils.validateUnsignedTrustedList
(DSSDocument tlDocument, int targetTLVersion) This method helps to determine whether the chosen signature parameters builders is applicable to the givenDSSDocument
.XAdESTrustedListUtils.validateUnsignedTrustedList
(Document documentDom, int targetTLVersion) This method helps to determine whether the chosen signature parameters builders is applicable to the givenDocument
.