Uses of Class
eu.europa.esig.dss.signature.AbstractSignatureParametersBuilder
-
Uses of AbstractSignatureParametersBuilder in eu.europa.esig.dss.signature
Modifier and TypeMethodDescriptionAbstractSignatureParametersBuilder.setBLevelParams
(BLevelParameters bLevelParams) Sets a BLevelParameters (e.g. a SigningDate)AbstractSignatureParametersBuilder.setDigestAlgorithm
(DigestAlgorithm digestAlgorithm) Sets a digest algorithm to be used to hash the signed dataAbstractSignatureParametersBuilder.setEncryptionAlgorithm
(EncryptionAlgorithm encryptionAlgorithm) Sets an encryption algorithm used by the signing-certificate's key pair.AbstractSignatureParametersBuilder.setMaskGenerationFunction
(MaskGenerationFunction maskGenerationFunction) Deprecated.since DSS 6.1. -
Uses of AbstractSignatureParametersBuilder in eu.europa.esig.dss.xades
Modifier and TypeClassDescriptionclass
Creates Signature parameters for a Trusted List creation NOTE: the same instance of SignatureParameters shall be used on callsDocumentSignatureService.getDataToSign(...)
andDocumentSignatureService.signDocument(...)