since DSS 6.1. Please use #getSignatureEncryptionAlgorithm method to determine
the mask generation function (i.e. RSA for none MGF, RSASSA-PSS for MGF1)
since DSS 6.1. Please use #getEncryptionAlgorithm method instead to differentiate
between mask generation function use (i.e. RSA for none MGF, RSASSA-PSS for MGF1)
since DSS 6.1. Please use #getAlgorithm(encryptionAlgorithm, digestAlgorithm) method instead.
Use EncryptionAlgorithm.RSA or EncryptionAlgorithm.RSASSA_PSS to differentiate between MGF use.
since DSS 6.1. Please use #getEncryptionAlgorithm in order to differentiate between
MGF values (use RSA for none MGF, RSASSA_PSS for MGF1)
since DSS 6.1. Please use #setEncryptionAlgorithm method with
value EncryptionAlgorithm.RSASSA_PSS in order to set MGF1, or
value EncryptionAlgorithm.RSA to reset mask generation function
since DSS 6.1. Please use CertificateVerifier.setSignatureAlertOnExpiredCertificate method instead
since DSS 6.1. Please use CertificateVerifier.getSignatureAlertOnNotYetValidCertificate method instead
since DSS 6.1. Please use #getDigestValue instead.
To obtain base64-encoded value you may use eu.europa.esig.dss.utils.Utils#toBase64(digestValue).
since DSS 6.1. Please use #getUri method instead.
since DSS 6.1. Please use #setUri method instead.
since DSS 6.1. Please use #getDigestValue method instead
since DSS 6.1. Please see #getId and #getUri methods
since DSS 6.1. Please see #setId and #setUri methods
since DSS 6.1. Please use #getEncryptionAlgorithm method instead to differentiate
between RSA (none MGF) and RSASSA_PSS (MGF1)
since DSS 6.1. Please use CertificateVerifier.getAlertOnExpiredCertificate method instead
since DSS 6.1. Please use CertificateVerifier.getAlertOnNotYetValidCertificate method instead
since DSS 6.1. Please use setEncryptionAlgorithm method
to specify RSA (none MGF) or RSASSA-PSS (MGF1) algorithm
since DSS 6.1. Please use setEncryptionAlgorithm method
to specify RSA (none MGF) or RSASSA-PSS (MGF1) algorithm
since DSS 6.1. Please use #getDocumentFromCache method instead
since DSS 6.1. Please use #setEncryptionAlgorithm specifying correct algorithm
(i.e. EncryptionAlgorithm.RSA for none MGF, EncryptionAlgorithm.RSASSA_PSS for MGF1)
since DSS 6.1. Please use DSSCacheFileLoader interface instead
since DSS 6.1. Please use CMSUtils#emptyIfNull method instead
since DSS 6.1. Please use CMSUtils#findArchiveTimeStampTokens method instead
since DSS 6.1. Please use DSSASN1Utils.getAsn1Attributes(attributeTable, oid)
since DSS 6.1. Please use CMSUtils#getAsn1Encodable method instead
since DSS 6.1. Please use DSSASN1Utils.getAsn1Attributes(attributeTable, oid)
since DSS 6.1. Please use CMSUtils#getAtsHashIndex method instead
since DSS 6.1. Please use CMSUtils#getAtsHashIndexByVersion method instead
since DSS 6.1. Please use CMSUtils#getATSHashIndexV3OctetString method instead
since DSS 6.1. Please use CMSUtils#getAtsHashIndexVersionIdentifier method instead
since DSS 6.1. Please use CMSUtils#getCertificatesHashIndex method instead
since DSS 6.1. Please use CMSUtils#getCMSSignedData method instead
since DSS 6.1. Please use CMSUtils#getCRLHashIndex method instead
since DSS 6.1. Please use CMSUtils#getOctetStringForAtsHashIndex method instead
since DSS 6.1. Please use CMSUtils#getTimestampOids method instead
since DSS 6.1. Please use CMSUtils#getTimeStampToken method instead
since DSS 6.1. Please use CMSUtils#getUnsignedAttributesHashIndex method instead
since DSS 6.1. Please use CMSUtils#isArchiveTimeStampToken method instead
since DSS 6.1. Please use CMSUtils#isAttributeOfType method instead
since DSS 6.1. Please use CMSUtils#isEmpty method instead
since DSS 6.1. Please use #getEncryptionAlgorithm method instead in order to determine
mask generation function (i.e. EncryptionAlgorithm.RSA for none MGF, EncryptionAlgorithm.RSASSA_PSS for MGF1)
since DSS 6.1. Please use #getAlertOnExpiredCertificate instead
since DSS 6.1. Please use
TimestampTokenVerifier timestampTokenVerifier = certificateVerifier.getTimestampTokenVerifier();
boolean extractPOEFromUntrustedChains = timestampTokenVerifier.getAcceptUntrustedCertificateChains();
since DSS 6.1. Please use #setAlertOnExpiredCertificate instead
since DSS 6.1. Use DocumentValidator#setDefaultDigestAlgorithm method instead
since DSS 6.1. Please use
TimestampTokenVerifier timestampTokenVerifier = TimestampTokenVerifier.createDefaultTimestampTokenVerifier();
timestampTokenVerifier.setAcceptUntrustedCertificateChains(true);
certificateVerifier.setTimestampTokenVerifier(timestampTokenVerifier);
since DSS 6.1. Please use #checkAllSignatureCertificateHaveFreshRevocationData method instead
since DSS 6.1. Please use #checkAllSignatureCertificatesNotRevoked instead.
since DSS 6.1. Please use #checkAllSignaturesNotExpired method instead
since DSS 6.1. Please use constructor new SignatureValidationContext(validationTime) instead
since DSS 6.1. To be removed. Please use implementation of
eu.europa.esig.dss.spi.tsl.TrustPropertiesCertificateSource, or
eu.europa.esig.dss.spi.tsl.TrustedListsCertificateSource class in order to provide trust services
since DSS 6.1. Please use setEncryptionAlgorithm method
to specify RSA (none MGF) or RSASSA-PSS (MGF1) algorithm
since DSS 6.1. Please use #sign(toBeSigned, signatureAlgorithm, keyEntry)
in order to specify an algorithm with a used MGF
since DSS 6.1. Please use signDigest(digest, signatureAlgorithm, keyEntry) method
in order to specify an algorithm with an expected mask generation function
since DSS 6.1. Please use #getDocumentAnalyzer#getSignaturePolicyValidatorLoader method instead
since DSS 6.1. Please use
#setValidationContextExecutor(SkipValidationContextExecutor.INSTANCE) method instead
since DSS 6.1. Please use #sign(toBeSigned, signatureAlgorithm, alias) method instead
in order to specify the target algorithm with a mask generation function
(i.e. RSA for none MGF, RSASSA-PSS for MGF1)
since DSS 6.1. Please use #signDigest method instead
in order to specify the target algorithm with a mask generation function
(i.e. RSA for none MGF, RSASSA-PSS for MGF1)
since DSS 6.1. Please use #sign(toBeSigned, signatureAlgorithm, alias) method instead.
Specify the use of mask generation function with a signature parameter,
using RSA for none MGF or RSASSA-PSS for MGF1.
since DSS 6.1. Please use #signDigest(digest, signatureAlgorithm, alias) method instead.
Specify the use of mask generation function with a signature parameter,
using RSA for none MGF or RSASSA-PSS for MGF1.
since DSS 6.1. Please use #sign(toBeSigned, signatureAlgorithm, alias) method instead.
Specify the use of mask generation function with a signature parameter,
using RSA for none MGF or RSASSA-PSS for MGF1.
since DSS 6.1. Please use #signDigest(digest, signatureAlgorithm, alias) method instead.
Specify the use of mask generation function with a signature parameter,
using RSA for none MGF or RSASSA-PSS for MGF1.
since DSS 6.1. Please use #getEncryptionAlgorithm to differentiate between
MGF1 (EncryptionAlgorithm.RSASSA_PSS) and none MGF (any other result)
since DSS 6.1. Please use SignatureAlgorithm.getAlgorithm(getEncryptionAlgorithm(), getDigestAlgorithm())
since DSS 6.1. See CertificateVerifier#setAlertOnExpiredCertificate
since DSS 6.1. Please use #setEncryptionAlgorithm method to specify mask generation
function using EncryptionAlgorithm.RSA for none MGF, EncryptionAlgorithm.RSASSA_PSS for MGF1
since DSS 6.1. Please use #setDigestAlgorithm and #setEncryptionAlgorithm methods
since DSS 6.1. Please use CertificateVerifier#setAlertOnExpiredCertificate method instead
since DSS 6.1. Please use #getEncryptionAlgorithm method in order to distinguish
between mask generation functions (i.e. RSA for none MFG, RSASSA-PSS for MGF1)
since DSS 6.1. Please use #setEncryptionAlgorithm method instead in order to provide
a correct mask generation function (use EncryptionAlgorithm.RSA for none MGF,
EncryptionAlgorithm.RSASSA_PSS for MGF1)