Uses of Class
eu.europa.esig.dss.model.DSSException
Packages that use DSSException
Package
Description
-
Uses of DSSException in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that throw DSSException -
Uses of DSSException in eu.europa.esig.dss.jades.signature
Methods in eu.europa.esig.dss.jades.signature that throw DSSExceptionModifier and TypeMethodDescriptionprotected voidJAdESLevelBaselineLT.assertSignatureValid(JAdESSignature jadesSignature, JAdESSignatureParameters params) This method checks the signature integrity and throws aDSSExceptionif the signature is broken. -
Uses of DSSException in eu.europa.esig.dss.jades.validation
Methods in eu.europa.esig.dss.jades.validation that throw DSSException -
Uses of DSSException in eu.europa.esig.dss.pades.exception
Subclasses of DSSException in eu.europa.esig.dss.pades.exceptionModifier and TypeClassDescriptionclassThrowed if an invalid password has been providedclassThrown when the document is protected (the requested operation is not permitted) -
Uses of DSSException in eu.europa.esig.dss.pades.signature
Methods in eu.europa.esig.dss.pades.signature that throw DSSExceptionModifier and TypeMethodDescriptionPAdESService.extendDocument(DSSDocument toExtendDocument, PAdESSignatureParameters parameters) PAdESService.getDataToSign(DSSDocument toSignDocument, PAdESSignatureParameters parameters) -
Uses of DSSException in eu.europa.esig.dss.service.http.commons
Methods in eu.europa.esig.dss.service.http.commons that throw DSSExceptionModifier and TypeMethodDescriptionbyte[]ResourceLoader.getAbsoluteResourceFolder(String resourcePath) This method converts the resource path to the absolute path in target folder.byte[]FileCacheDataLoader.loadFileFromCache(String urlString) Deprecated.since DSS 6.1.byte[] -
Uses of DSSException in eu.europa.esig.dss.service.tsp
Methods in eu.europa.esig.dss.service.tsp that throw DSSExceptionModifier and TypeMethodDescriptionOnlineTSPSource.getTimeStampResponse(DigestAlgorithm digestAlgorithm, byte[] digest) -
Uses of DSSException in eu.europa.esig.dss.spi.client.http
Methods in eu.europa.esig.dss.spi.client.http that throw DSSExceptionModifier and TypeMethodDescriptionDSSFileLoader.getDocument(String url) Returns DSSDocument from the provided url -
Uses of DSSException in eu.europa.esig.dss.spi.exception
Subclasses of DSSException in eu.europa.esig.dss.spi.exceptionModifier and TypeClassDescriptionclassContains a map of occurred exceptions to different URL callsclassThe exception to be thrown in case of an external error arisen during a data loader requests -
Uses of DSSException in eu.europa.esig.dss.spi.x509
Methods in eu.europa.esig.dss.spi.x509 that throw DSSException -
Uses of DSSException in eu.europa.esig.dss.spi.x509.revocation.ocsp
Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp that throw DSSException -
Uses of DSSException in eu.europa.esig.dss.spi.x509.tsp
Methods in eu.europa.esig.dss.spi.x509.tsp that throw DSSExceptionModifier and TypeMethodDescriptionCompositeTSPSource.getTimeStampResponse(DigestAlgorithm digestAlgorithm, byte[] digestValue) TSPSource.getTimeStampResponse(DigestAlgorithm digestAlgorithm, byte[] digest) Gets a TimeStampResponse relevant to the provided digest -
Uses of DSSException in eu.europa.esig.dss.token
Methods in eu.europa.esig.dss.token that throw DSSExceptionModifier and TypeMethodDescriptionAbstractKeyStoreTokenConnection.getKeys()SignatureTokenConnection.getKeys()Retrieves all the available keys (private keys entries) from the token.protected abstract KeyStoreAbstractKeyStoreTokenConnection.getKeyStore()Gets the key storeprotected KeyStoreAppleSignatureToken.getKeyStore()protected KeyStoreMSCAPISignatureToken.getKeyStore()protected KeyStorePkcs11SignatureToken.getKeyStore()AbstractSignatureTokenConnection.sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) Deprecated.AbstractSignatureTokenConnection.sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.sign(ToBeSigned toBeSigned, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) SignatureTokenConnection.sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) Deprecated.since DSS 6.1.SignatureTokenConnection.sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigneddata with the digestdigestAlgorithmand the givenkeyEntry.SignatureTokenConnection.sign(ToBeSigned toBeSigned, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigneddata with the pre-defined signature algorithmsignatureAlgorithm, and the givenkeyEntry.AbstractSignatureTokenConnection.signDigest(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) Deprecated.AbstractSignatureTokenConnection.signDigest(Digest digest, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.signDigest(Digest digest, DSSPrivateKeyEntry keyEntry) SignatureTokenConnection.signDigest(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) Deprecated.since DSS 6.1.SignatureTokenConnection.signDigest(Digest digest, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thedigestdata with the pre-definedsignatureAlgorithmand the givenkeyEntry.SignatureTokenConnection.signDigest(Digest digest, DSSPrivateKeyEntry keyEntry) This method signs thedigestdata with the givenkeyEntry. -
Uses of DSSException in eu.europa.esig.dss.tsl.sha2
Methods in eu.europa.esig.dss.tsl.sha2 that throw DSSException -
Uses of DSSException in eu.europa.esig.dss.ws.server.signing.common
Methods in eu.europa.esig.dss.ws.server.signing.common that throw DSSExceptionModifier and TypeMethodDescriptionRetrieves a key by its aliasRemoteSignatureTokenConnection.getKeys()Retrieves all the available keys (private keys entries) from the token.RemoteSignatureTokenConnectionImpl.getKeys()RemoteSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) Deprecated.since DSS 6.1.RemoteSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) This method signs thetoBeSigneddata with the digestdigestAlgorithmand the givenalias.RemoteSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, SignatureAlgorithm signatureAlgorithm, String alias) This method signs thetoBeSigneddata with the digestsignatureAlgorithmand the givenalias.RemoteSignatureTokenConnectionImpl.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) Deprecated.RemoteSignatureTokenConnectionImpl.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) RemoteSignatureTokenConnectionImpl.sign(ToBeSignedDTO toBeSigned, SignatureAlgorithm signatureAlgorithm, String alias) RemoteSignatureTokenConnection.signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias) Deprecated.since DSS 6.1.RemoteSignatureTokenConnection.signDigest(DigestDTO digest, SignatureAlgorithm signatureAlgorithm, String alias) This method signs thedigestdata with asignatureAlgorithmand the givenalias.RemoteSignatureTokenConnection.signDigest(DigestDTO digest, String alias) This method signs thedigestdata with the givenalias.RemoteSignatureTokenConnectionImpl.signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias) Deprecated.RemoteSignatureTokenConnectionImpl.signDigest(DigestDTO digest, SignatureAlgorithm signatureAlgorithm, String alias) RemoteSignatureTokenConnectionImpl.signDigest(DigestDTO digest, String alias) -
Uses of DSSException in eu.europa.esig.dss.ws.server.signing.rest
Methods in eu.europa.esig.dss.ws.server.signing.rest that throw DSSExceptionModifier and TypeMethodDescriptionRestSignatureTokenConnectionImpl.getKeys()RestSignatureTokenConnectionImpl.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) Deprecated.RestSignatureTokenConnectionImpl.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) RestSignatureTokenConnectionImpl.signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias) Deprecated.RestSignatureTokenConnectionImpl.signDigest(DigestDTO digest, String alias) -
Uses of DSSException in eu.europa.esig.dss.ws.signature.common
Methods in eu.europa.esig.dss.ws.signature.common that throw DSSExceptionModifier and TypeMethodDescriptionRemoteDocumentSignatureService.extendDocument(RemoteDocument toExtendDocument, RemoteSignatureParameters parameters) Extends the level of the signatures in thetoExtendDocumentRemoteMultipleDocumentsSignatureService.extendDocument(RemoteDocument toExtendDocument, RemoteSignatureParameters parameters) Extends the level of the signatures in thetoExtendDocumentRemoteDocumentSignatureService.getDataToSign(RemoteDocument toSignDocument, RemoteSignatureParameters parameters) Retrieves the bytes of the data that need to be signed based on thetoSignDocumentandparameters.RemoteMultipleDocumentsSignatureService.getDataToSign(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters) Retrieves the bytes of the data that need to be signed based on thetoSignDocumentsandparameters.RemoteTrustedListSignatureService.getDataToSign(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters) Retrieves the bytes of the data that need to be signed for a conformant XML Trusted List signing according to a set of customizable parametersRemoteTrustedListSignatureServiceImpl.getDataToSign(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters) RemoteDocumentSignatureService.signDocument(RemoteDocument toSignDocument, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue) Signs the toSignDocument with the provided signatureValue.RemoteMultipleDocumentsSignatureService.signDocument(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue) Signs the toSignDocuments with the provided signatureValue.RemoteTrustedListSignatureService.signDocument(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters, SignatureValueDTO signatureValue) Signs the XML Trusted List with the providedsignatureValueaccording to a set of customizable parameters.RemoteTrustedListSignatureServiceImpl.signDocument(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters, SignatureValueDTO signatureValue) RemoteDocumentSignatureService.timestamp(RemoteDocument toTimestampDocument, RemoteTimestampParameters parameters) Adds a timestamp to the documentRemoteMultipleDocumentsSignatureService.timestamp(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters parameters) Adds timestamps to the given list of documentsstatic TimestampTokenTimestampTokenConverter.toTimestampToken(TimestampDTO timestampDTO) ConvertsTimestampDTOs toTimestampTokens -
Uses of DSSException in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature that throw DSSExceptionModifier and TypeMethodDescriptionbyte[]XAdESSignatureBuilder.build()This is the main method which is called to build the XML signatureprotected voidXAdESLevelBaselineT.createXAdESTimeStampType(TimestampType timestampType, String timestampC14nMethod, DSSMessageDigest messageDigest) Creates any XAdES TimeStamp object representation.XAdESLevelBaselineT.extendSignatures(DSSDocument dssDocument, XAdESSignatureParameters params) byte[]XAdESLevelBaselineB.getDataToSign(DSSDocument dssDocument, XAdESSignatureParameters parameters) Returns the canonicalized ds:SignedInfo XML segment under the form of InputStreamprotected voidXAdESSignatureBuilder.incorporateKeyInfo()Creates KeyInfo tag.XAdESLevelBaselineB.signDocument(DSSDocument document, XAdESSignatureParameters parameters, byte[] signatureValue) Adds the signature value to the signature. -
Uses of DSSException in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that throw DSSException -
Uses of DSSException in eu.europa.esig.dss.xml.utils
Methods in eu.europa.esig.dss.xml.utils that throw DSSExceptionModifier and TypeMethodDescriptionbyte[]XMLCanonicalizer.canonicalize(byte[] toCanonicalizeBytes) This method canonicalizes the given array of bytes using the defined canonicalization method.byte[]XMLCanonicalizer.canonicalize(InputStream inputStream) This method canonicalizes the givenInputStreamusing the defined canonicalization method.