Uses of Enum
eu.europa.esig.dss.enumerations.DigestAlgorithm
Packages that use DigestAlgorithm
Package
Description
-
Uses of DigestAlgorithm in eu.europa.esig.dss.asic.cades
Methods in eu.europa.esig.dss.asic.cades that return DigestAlgorithmModifier and TypeMethodDescriptionASiCWithCAdESCommonParameters.getDigestAlgorithm()Returns a DigestAlgorithm to be used to hash a data to be timestampedConstructors in eu.europa.esig.dss.asic.cades with parameters of type DigestAlgorithmModifierConstructorDescriptionASiCWithCAdESTimestampParameters(DigestAlgorithm digestAlgorithm) The constructor defining aDigestAlgorithmASiCWithCAdESTimestampParameters(DigestAlgorithm digestAlgorithm, ASiCParameters asicParams) The constructor defining aDigestAlgorithmandASiCParameters -
Uses of DigestAlgorithm in eu.europa.esig.dss.asic.cades.signature
Methods in eu.europa.esig.dss.asic.cades.signature that return DigestAlgorithmModifier and TypeMethodDescriptionprotected DigestAlgorithmASiCWithCAdESSignatureExtension.getReferenceDigestAlgorithmOrDefault(CAdESSignatureParameters params) Returns params.referenceDigestAlgorithm if exists, params.digestAlgorithm otherwiseMethods in eu.europa.esig.dss.asic.cades.signature with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionASiCWithCAdESLevelBaselineLTA.extend(ASiCContent asicContent, DigestAlgorithm digestAlgorithm) ExtendsasicContentwith an ArchiveManifest timestamp NOTE: This method is to be used for a direct timestamping with an ArchiveManifest, without in-depth signature attributes (the signature extension is still applied). -
Uses of DigestAlgorithm in eu.europa.esig.dss.asic.cades.signature.manifest
Methods in eu.europa.esig.dss.asic.cades.signature.manifest with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionprotected ElementAbstractManifestBuilder.addDataObjectReference(Document documentDom, Element asicManifestDom, DSSDocument document, DigestAlgorithm digestAlgorithm) Adds a<DataObjectReference>elementConstructors in eu.europa.esig.dss.asic.cades.signature.manifest with parameters of type DigestAlgorithmModifierConstructorDescriptionASiCEWithCAdESArchiveManifestBuilder(ASiCContent asicContent, DSSDocument lastArchiveManifest, DigestAlgorithm digestAlgorithm, String timestampFileUri) The default constructorprotectedASiCEWithCAdESManifestBuilder(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String documentUri) The default constructorprotectedASiCEWithCAdESManifestBuilder(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String documentUri, ASiCWithCAdESFilenameFactory asicFilenameFactory) Constructor with filename factoryASiCWithCAdESSignatureManifestBuilder(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String documentUri) The default constructorASiCWithCAdESSignatureManifestBuilder(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String documentUri, ASiCWithCAdESFilenameFactory asicFilenameFactory) Constructor with filename factoryASiCWithCAdESTimestampManifestBuilder(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String documentUri) The default constructorASiCWithCAdESTimestampManifestBuilder(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String documentUri, ASiCWithCAdESFilenameFactory asicFilenameFactory) Constructor with filename factory -
Uses of DigestAlgorithm in eu.europa.esig.dss.asic.common.merge
Fields in eu.europa.esig.dss.asic.common.merge declared as DigestAlgorithmModifier and TypeFieldDescriptionprotected static final DigestAlgorithmDefaultContainerMerger.DEFAULT_DIGEST_ALGORITHMDigest algo used for internal documents comparison -
Uses of DigestAlgorithm in eu.europa.esig.dss.cades
Fields in eu.europa.esig.dss.cades declared as DigestAlgorithmModifier and TypeFieldDescriptionstatic final DigestAlgorithmCMSUtils.DEFAULT_ARCHIVE_TIMESTAMP_HASH_ALGOThe default DigestAlgorithm for ArchiveTimestampMethods in eu.europa.esig.dss.cades with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionstatic voidCMSUtils.addSigningCertificateAttribute(org.bouncycastle.asn1.ASN1EncodableVector signedAttributes, DigestAlgorithm digestAlgorithm, CertificateToken signingToken) Method to add signing certificate to ASN.1 DER encoded signed attributes.static org.bouncycastle.operator.DigestCalculatorProviderCMSUtils.getDigestCalculatorProvider(DSSDocument toSignDocument, DigestAlgorithm digestAlgorithm) Returns aDigestCalculatorProvider -
Uses of DigestAlgorithm in eu.europa.esig.dss.cades.signature
Methods in eu.europa.esig.dss.cades.signature with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionCadesLevelBaselineLTATimestampExtractor.getArchiveTimestampV3MessageImprint(org.bouncycastle.cms.SignerInformation signerInformation, org.bouncycastle.asn1.cms.Attribute atsHashIndexAttribute, DSSDocument originalDocument, DigestAlgorithm digestAlgorithm) Computes a message-imprint for an archive-time-stamp-v3org.bouncycastle.asn1.cms.AttributeCadesLevelBaselineLTATimestampExtractor.getAtsHashIndex(org.bouncycastle.cms.SignerInformation signerInformation, DigestAlgorithm hashIndexDigestAlgorithm, org.bouncycastle.asn1.ASN1ObjectIdentifier atsHashIndexVersionIdentifier) The ats-hash-index unsigned attribute provides an unambiguous imprint of the essential components of a CAdES signature for use in the archive time-stamp (see 6.4.3).Constructors in eu.europa.esig.dss.cades.signature with parameters of type DigestAlgorithmModifierConstructorDescriptionCAdESTimestampParameters(DigestAlgorithm digestAlgorithm) The default constructorCustomMessageDigestCalculatorProvider(DigestAlgorithm messageDigestAlgo, String messageDigestValueBase64) The default constructor -
Uses of DigestAlgorithm in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return DigestAlgorithmMethods in eu.europa.esig.dss.cades.validation that return types with arguments of type DigestAlgorithmModifier and TypeMethodDescriptionCAdESSignature.getMessageDigestAlgorithms()Returns a set of usedDigestAlgorithms incorporated into the CMSSignedDataMethods in eu.europa.esig.dss.cades.validation with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionCAdESSignature.getSignatureDigestReference(DigestAlgorithm digestAlgorithm) TS 119 442 - V1.1.1 - Electronic Signatures and Infrastructures (ESI), ch. -
Uses of DigestAlgorithm in eu.europa.esig.dss.cades.validation.timestamp
Methods in eu.europa.esig.dss.cades.validation.timestamp with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionprotected CAdESTimestampMessageDigestBuilderCAdESTimestampSource.getTimestampMessageImprintDigestBuilder(DigestAlgorithm digestAlgorithm) Constructors in eu.europa.esig.dss.cades.validation.timestamp with parameters of type DigestAlgorithmModifierConstructorDescriptionCAdESTimestampMessageDigestBuilder(CAdESSignature signature, ListCertificateSource certificateSource, DigestAlgorithm digestAlgorithm) The constructor to compute message-imprint for timestamps related to thesignature -
Uses of DigestAlgorithm in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return DigestAlgorithmModifier and TypeMethodDescriptionAbstractTokenProxy.getDigestAlgorithm()TokenProxy.getDigestAlgorithm()Returns the DigestAlgorithm used to create the signatureValueCertificateRefWrapper.getDigestMethod()Returns a usedDigestAlgorithmfor a certificate reference creationDiagnosticData.getFirstSignatureDigestAlgorithm()This method returns theDigestAlgorithmof the first signature.DiagnosticData.getSignatureDigestAlgorithm(String signatureId) This method returns theDigestAlgorithmfor the given signature. -
Uses of DigestAlgorithm in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as DigestAlgorithmModifier and TypeFieldDescriptionprotected DigestAlgorithmXmlBasicSignature.digestAlgoUsedToSignThisTokenprotected DigestAlgorithmXmlDigestAlgoAndValue.digestMethodprotected DigestAlgorithmXmlSignatureDigestReference.digestMethodMethods in eu.europa.esig.dss.diagnostic.jaxb that return DigestAlgorithmModifier and TypeMethodDescriptionXmlBasicSignature.getDigestAlgoUsedToSignThisToken()Gets the value of the digestAlgoUsedToSignThisToken property.XmlDigestAlgoAndValue.getDigestMethod()Gets the value of the digestMethod property.XmlSignatureDigestReference.getDigestMethod()Gets the value of the digestMethod property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionAdapter23.marshal(DigestAlgorithm value) Adapter24.marshal(DigestAlgorithm value) Adapter26.marshal(DigestAlgorithm value) voidXmlBasicSignature.setDigestAlgoUsedToSignThisToken(DigestAlgorithm value) Sets the value of the digestAlgoUsedToSignThisToken property.voidXmlDigestAlgoAndValue.setDigestMethod(DigestAlgorithm value) Sets the value of the digestMethod property.voidXmlSignatureDigestReference.setDigestMethod(DigestAlgorithm value) Sets the value of the digestMethod property. -
Uses of DigestAlgorithm in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return DigestAlgorithmModifier and TypeMethodDescriptionstatic DigestAlgorithmDigestAlgorithm.forHttpHeader(String hashName) Returns the digest algorithm associated to the given JWS Http Header Hash Algorithm.static DigestAlgorithmReturns the digest algorithm associated with the given identifier, according to TS 119 182-1, Annex E (Digest algorithms identifiers for JAdES signatures)static DigestAlgorithmDigestAlgorithm.forJavaName(String javaName) Returns the digest algorithm associated to the given JCE name.static DigestAlgorithmReturns the digest algorithm associated to the given name.static DigestAlgorithmDigestAlgorithm.forName(String name, DigestAlgorithm defaultValue) Returns the digest algorithm associated to the given name.static DigestAlgorithmReturns the digest algorithm associated to the given OID.static DigestAlgorithmReturns the digest algorithm associated to the given XML url.SignatureAlgorithm.getDigestAlgorithm()This method returns the digest algorithm.static DigestAlgorithmReturns the enum constant of this type with the specified name.static DigestAlgorithm[]DigestAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.europa.esig.dss.enumerations with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionstatic DigestAlgorithmDigestAlgorithm.forName(String name, DigestAlgorithm defaultValue) Returns the digest algorithm associated to the given name.static SignatureAlgorithmSignatureAlgorithm.getAlgorithm(EncryptionAlgorithm encryptionAlgorithm, DigestAlgorithm digestAlgorithm) For given encryption algorithm and digest algorithm this function returns the signature algorithm.static SignatureAlgorithmSignatureAlgorithm.getAlgorithm(EncryptionAlgorithm encryptionAlgorithm, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf) For given encryption algorithm and digest algorithm this function returns the signature algorithm. -
Uses of DigestAlgorithm in eu.europa.esig.dss.jades
Methods in eu.europa.esig.dss.jades that return DigestAlgorithmMethods in eu.europa.esig.dss.jades with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionHTTPHeader.getDigest(DigestAlgorithm digestAlgorithm) voidJAdESSignatureParameters.setSigningCertificateDigestMethod(DigestAlgorithm signingCertificateDigestMethod) The digest method indicates the digest algorithm to be used to calculate the certificate digest to define a signing certificate ('x5t#256' for SHA256 or 'x5t#o' for other algorithms) Default: DigestAlgorithm.SHA256 ('x5t#256' attribute will be created)Constructors in eu.europa.esig.dss.jades with parameters of type DigestAlgorithmModifierConstructorDescriptionHTTPHeaderDigest(DSSDocument messageBodyDocument, DigestAlgorithm digestAlgorithm) The default constructorJAdESTimestampParameters(DigestAlgorithm digestAlgorithm) The default constructor -
Uses of DigestAlgorithm in eu.europa.esig.dss.jades.signature
Methods in eu.europa.esig.dss.jades.signature with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionprotected voidJAdESLevelBaselineB.incorporateSigningCertificateOtherDigestReference(CertificateToken signingCertificate, DigestAlgorithm digestAlgorithm) Incorporates 5.2.2.2 The x5t#o (X509 certificate digest) header parameter -
Uses of DigestAlgorithm in eu.europa.esig.dss.jades.validation
Methods in eu.europa.esig.dss.jades.validation that return DigestAlgorithmMethods in eu.europa.esig.dss.jades.validation with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionJAdESSignature.getSignatureDigestReference(DigestAlgorithm digestAlgorithm) -
Uses of DigestAlgorithm in eu.europa.esig.dss.jades.validation.timestamp
Methods in eu.europa.esig.dss.jades.validation.timestamp with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionJAdESTimestampSource.getArchiveTimestampData(DigestAlgorithm digestAlgorithm, String canonicalizationMethod) Returns message-imprint digest for an ArchiveTimestampJAdESTimestampSource.getSignatureTimestampData(DigestAlgorithm digestAlgorithm) Returns the message-imprint digest for a SignatureTimestamp (BASE64URL(JWS Signature Value))protected JAdESTimestampMessageDigestBuilderJAdESTimestampSource.getTimestampMessageImprintDigestBuilder(DigestAlgorithm digestAlgorithm) Constructors in eu.europa.esig.dss.jades.validation.timestamp with parameters of type DigestAlgorithmModifierConstructorDescriptionJAdESTimestampMessageDigestBuilder(JAdESSignature signature, DigestAlgorithm digestAlgorithm) The constructor to compute message-imprint for timestamps related to thesignature -
Uses of DigestAlgorithm in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return DigestAlgorithmModifier and TypeMethodDescriptionstatic DigestAlgorithmParses the value and returnsDigestAlgorithmMethods in eu.europa.esig.dss.jaxb.parsers with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionstatic StringDigestAlgorithmParser.print(DigestAlgorithm v) Gets a text name of the value -
Uses of DigestAlgorithm in eu.europa.esig.dss.model
Fields in eu.europa.esig.dss.model declared as DigestAlgorithmModifier and TypeFieldDescriptionprotected DigestAlgorithmTimestampParameters.digestAlgorithmThe digest algorithm to provide to the timestamping authorityFields in eu.europa.esig.dss.model with type parameters of type DigestAlgorithmModifier and TypeFieldDescriptionprotected EnumMap<DigestAlgorithm,String> CommonDocument.base64EncodeDigestMapCached map of DigestAlgorithms and the corresponding digests for the documentMethods in eu.europa.esig.dss.model that return DigestAlgorithmModifier and TypeMethodDescriptionDigest.getAlgorithm()Gets the DigestAlgorithmAbstractSerializableSignatureParameters.getDigestAlgorithm()Policy.getDigestAlgorithm()Return the hash algorithm for the signature policySerializableSignatureParameters.getDigestAlgorithm()Get the digest algorithmSerializableTimestampParameters.getDigestAlgorithm()Returns a DigestAlgorithm to be used to hash a data to be timestampedTimestampParameters.getDigestAlgorithm()AbstractSerializableSignatureParameters.getReferenceDigestAlgorithm()Get the digest algorithm for ds:Reference or message-digest attributeMethods in eu.europa.esig.dss.model with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionvoidDigestDocument.addDigest(DigestAlgorithm digestAlgorithm, String base64EncodeDigest) This method allows to add a pair:DigestAlgorithmand the corresponding digest value calculated externally on the encapsulated file.CommonDocument.getDigest(DigestAlgorithm digestAlgorithm) DigestDocument.getDigest(DigestAlgorithm digestAlgorithm) DSSDocument.getDigest(DigestAlgorithm digestAlgorithm) This method returns the encoded digest value of the currentDSSDocumentusing the base64 algorithm.voidDigest.setAlgorithm(DigestAlgorithm algorithm) Sets the DigestAlgorithmvoidAbstractSerializableSignatureParameters.setDigestAlgorithm(DigestAlgorithm digestAlgorithm) Set the digest algorithmvoidPolicy.setDigestAlgorithm(DigestAlgorithm digestAlgorithm) Set the hash algorithm for the explicit signature policyvoidTimestampParameters.setDigestAlgorithm(DigestAlgorithm digestAlgorithm) Sets DigestAlgorithm to use for timestamped data's digest computationvoidAbstractSerializableSignatureParameters.setReferenceDigestAlgorithm(DigestAlgorithm referenceDigestAlgorithm) Sets the DigestAlgorithm to be used for reference digest calculationConstructors in eu.europa.esig.dss.model with parameters of type DigestAlgorithmModifierConstructorDescriptionDigest(DigestAlgorithm algorithm, byte[] value) Default constructorDigestDocument(DigestAlgorithm digestAlgorithm, String base64EncodeDigest) Creates DigestDocument.DigestDocument(DigestAlgorithm digestAlgorithm, String base64EncodeDigest, String name) Creates DigestDocument.DSSMessageDigest(DigestAlgorithm algorithm, byte[] value) Default constructor with provided digest algorithm and the corresponding hash valueprotectedTimestampParameters(DigestAlgorithm digestAlgorithm) The default constructor -
Uses of DigestAlgorithm in eu.europa.esig.dss.model.identifier
Fields in eu.europa.esig.dss.model.identifier declared as DigestAlgorithmModifier and TypeFieldDescriptionprotected static final DigestAlgorithmIdentifier.DIGEST_ALGOThe DigestAlgorithm to useMethods in eu.europa.esig.dss.model.identifier with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionbyte[]MultipleDigestIdentifier.getDigestValue(DigestAlgorithm digestAlgorithm) Returns a digest value for the givendigestAlgorithmprotected MessageDigestIdentifier.getMessageDigest(DigestAlgorithm digestAlgorithm) GetsMessageDigestof the DigestAlgorithm -
Uses of DigestAlgorithm in eu.europa.esig.dss.model.x509
Methods in eu.europa.esig.dss.model.x509 with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionbyte[]Token.getDigest(DigestAlgorithm digestAlgorithm) Returns the digest value of the wrapped token -
Uses of DigestAlgorithm in eu.europa.esig.dss.pades
Methods in eu.europa.esig.dss.pades that return DigestAlgorithmModifier and TypeMethodDescriptionPAdESCommonParameters.getDigestAlgorithm()Returns a DigestAlgorithm to be used to hash the signed/timestamped dataConstructors in eu.europa.esig.dss.pades with parameters of type DigestAlgorithmModifierConstructorDescriptionPAdESTimestampParameters(DigestAlgorithm digestAlgorithm) Default constructor -
Uses of DigestAlgorithm in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionPAdESSignature.getSignatureDigestReference(DigestAlgorithm digestAlgorithm) TS 119 442 - V1.1.1 - Electronic Signatures and Infrastructures (ESI), ch. -
Uses of DigestAlgorithm in eu.europa.esig.dss.pdf.encryption
Methods in eu.europa.esig.dss.pdf.encryption with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionvoidDSSSecureRandomProvider.setDigestAlgorithm(DigestAlgorithm digestAlgorithm) Allows to set a DigestAlgorithm that will be applied on serialized parameters -
Uses of DigestAlgorithm in eu.europa.esig.dss.service.ocsp
Methods in eu.europa.esig.dss.service.ocsp with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionvoidOnlineOCSPSource.setCertIDDigestAlgorithm(DigestAlgorithm certIDDigestAlgorithm) This method allows setting of DigestAlgorithm to be used in hash calculation for CertID element in an OCSP request building -
Uses of DigestAlgorithm in eu.europa.esig.dss.service.tsp
Methods in eu.europa.esig.dss.service.tsp with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionOnlineTSPSource.getTimeStampResponse(DigestAlgorithm digestAlgorithm, byte[] digest) -
Uses of DigestAlgorithm in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi that return DigestAlgorithmModifier and TypeMethodDescriptionstatic DigestAlgorithmDSSRevocationUtils.getUsedDigestAlgorithm(org.bouncycastle.cert.ocsp.SingleResp singleResp) Returns a DigestAlgorithm used in the givensingleRespMethods in eu.europa.esig.dss.spi with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionstatic byte[]DSSUtils.digest(DigestAlgorithm digestAlgorithm, byte[] data) This method allows to digest the data with the given algorithm.static byte[]DSSUtils.digest(DigestAlgorithm digestAlgorithm, byte[]... data) Computes the digest on the data concatenationstatic byte[]DSSUtils.digest(DigestAlgorithm digestAlgorithm, DSSDocument document) Computes the digests for thedocumentstatic byte[]DSSUtils.digest(DigestAlgorithm digestAlgo, InputStream inputStream) This method allows to digest the data in theInputStreamwith the given algorithm.static byte[]DSSUtils.encodeRSADigest(DigestAlgorithm digestAlgorithm, byte[] digest) This method wraps the digest value in a DigestInfo (combination of digest algorithm and value).static org.bouncycastle.asn1.x509.AlgorithmIdentifierDSSASN1Utils.getAlgorithmIdentifier(DigestAlgorithm digestAlgorithm) Gets the ASN.1 algorithm identifier structure corresponding to a digest algorithmstatic byte[]DSSASN1Utils.getAsn1SignaturePolicyDigest(DigestAlgorithm digestAlgorithm, byte[] policyBytes) This method computes the digest of an ASN1 signature policy (used in CAdES) TS 101 733 5.8.1 : If the signature policy is defined using ASN.1, then the hash is calculated on the value without the outer type and length fields, and the hashing algorithm shall be as specified in the field sigPolicyHash.static DigestDSSUtils.getDigest(DigestAlgorithm digestAlgo, DSSDocument dssDocument) ReturnsDigestof thedssDocumentstatic org.bouncycastle.operator.DigestCalculatorDSSRevocationUtils.getDigestCalculator(DigestAlgorithm digestAlgorithm) Gets aDigestCalculatorfor thedigestAlgorithmstatic MessageDigestDSSUtils.getMessageDigest(DigestAlgorithm digestAlgorithm) Gets the message digest from theDigestAlgorithmstatic org.bouncycastle.cert.ocsp.CertificateIDDSSRevocationUtils.getOCSPCertificateID(CertificateToken cert, CertificateToken issuerCert, DigestAlgorithm digestAlgorithm) Returns theCertificateIDfor the given certificate and its issuer's certificate.static DigestDocumentDSSUtils.toDigestDocument(DigestAlgorithm digestAlgorithm, byte[] digestValue) Creates aDigestDocumentwith the providedDigestAlgorithmanddigestValueConstructors in eu.europa.esig.dss.spi with parameters of type DigestAlgorithmModifierConstructorDescriptionDSSMessageDigestCalculator(DigestAlgorithm digestAlgorithm) Default constructor -
Uses of DigestAlgorithm in eu.europa.esig.dss.spi.x509.tsp
Methods in eu.europa.esig.dss.spi.x509.tsp with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionCompositeTSPSource.getTimeStampResponse(DigestAlgorithm digestAlgorithm, byte[] digestValue) TSPSource.getTimeStampResponse(DigestAlgorithm digestAlgorithm, byte[] digest) Gets a TimeStampResponse relevant to the provided digest -
Uses of DigestAlgorithm in eu.europa.esig.dss.token
Methods in eu.europa.esig.dss.token with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionprotected AlgorithmParameterSpecAbstractSignatureTokenConnection.createPSSParam(DigestAlgorithm digestAlgo) Createsjava.security.spec.AlgorithmParameterSpecfor the givendigestAlgoAbstractSignatureTokenConnection.sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry) SignatureTokenConnection.sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenkeyEntry.SignatureTokenConnection.sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigneddata with the digestdigestAlgorithmand the givenkeyEntry. -
Uses of DigestAlgorithm in eu.europa.esig.dss.validation
Fields in eu.europa.esig.dss.validation declared as DigestAlgorithmModifier and TypeFieldDescriptionprotected DigestAlgorithmDiagnosticDataBuilder.defaultDigestAlgorithmThe digest algorithm to use for digest computationFields in eu.europa.esig.dss.validation with type parameters of type DigestAlgorithmModifier and TypeFieldDescriptionprotected Collection<DigestAlgorithm>RevocationDataVerifier.acceptableDigestAlgorithmsA collection of Digest Algorithms to accept from CRL/OCSP responders.Methods in eu.europa.esig.dss.validation that return DigestAlgorithmModifier and TypeMethodDescriptionCertificateVerifier.getDefaultDigestAlgorithm()This method returns a default Digest Algorithm what will be used for digest calculationCommonCertificateVerifier.getDefaultDigestAlgorithm()protected DigestAlgorithmSignedDocumentValidator.getDefaultDigestAlgorithm()Returns a default digest algorithm defined for a digest calculationAdvancedSignature.getDigestAlgorithm()Retrieves the digest algorithm used for generating the signature.SignatureDigestReference.getDigestAlgorithm()ReturnsDigestAlgorithmused to calculate digest valueMethods in eu.europa.esig.dss.validation with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionCertificateDiagnosticDataBuilder.defaultDigestAlgorithm(DigestAlgorithm digestAlgorithm) DiagnosticDataBuilder.defaultDigestAlgorithm(DigestAlgorithm digestAlgorithm) This method allows to set the defaultDigestAlgorithmwhich will be used for tokens' DigestAlgoAndValue calculationSignedDocumentDiagnosticDataBuilder.defaultDigestAlgorithm(DigestAlgorithm digestAlgorithm) ManifestFile.getDigestBase64String(DigestAlgorithm digestAlgorithm) Gets base64 encoded digest string of the manifest document for the givendigestAlgorithmAdvancedSignature.getSignatureDigestReference(DigestAlgorithm digestAlgorithm) Returns a signature reference element as defined in TS 119 442 - V1.1.1 - Electronic Signatures and Infrastructures (ESI), ch.protected XmlDigestAlgoAndValueDiagnosticDataBuilder.getXmlDigestAlgoAndValue(DigestAlgorithm digestAlgo, byte[] digestValue) Builds aXmlDigestAlgoAndValueforDigestAlgorithmanddigestValuevoidCertificateVerifier.setDefaultDigestAlgorithm(DigestAlgorithm digestAlgorithm) This method allows to change the Digest Algorithm that will be used for tokens' digest calculation Default :DigestAlgorithm.SHA256voidCommonCertificateVerifier.setDefaultDigestAlgorithm(DigestAlgorithm digestAlgorithm) Method parameters in eu.europa.esig.dss.validation with type arguments of type DigestAlgorithmModifier and TypeMethodDescriptionvoidRevocationDataVerifier.setAcceptableDigestAlgorithms(Collection<DigestAlgorithm> acceptableDigestAlgorithms) Sets a collection of Digest Algorithms for acceptance. -
Uses of DigestAlgorithm in eu.europa.esig.dss.validation.policy
Methods in eu.europa.esig.dss.validation.policy with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionAbstractSignaturePolicyValidator.getComputedDigest(DSSDocument policyDocument, DigestAlgorithm digestAlgorithm) BasicASNSignaturePolicyValidator.getComputedDigest(DSSDocument policyDocument, DigestAlgorithm digestAlgorithm) SignaturePolicyValidator.getComputedDigest(DSSDocument policyDocument, DigestAlgorithm digestAlgorithm) ReturnsDigeston the computed SignaturePolicy's contentZeroHashSignaturePolicyValidator.getComputedDigest(DSSDocument policyDocument, DigestAlgorithm digestAlgorithm) -
Uses of DigestAlgorithm in eu.europa.esig.dss.validation.process.bbb.sav
Constructors in eu.europa.esig.dss.validation.process.bbb.sav with parameters of type DigestAlgorithmModifierConstructorDescriptionMessageImprintDigestAlgorithmValidation(I18nProvider i18nProvider, Date currentTime, DigestAlgorithm digestAlgorithm, CryptographicConstraint constraint) Default constructor -
Uses of DigestAlgorithm in eu.europa.esig.dss.validation.process.bbb.sav.cc
Fields in eu.europa.esig.dss.validation.process.bbb.sav.cc declared as DigestAlgorithmModifier and TypeFieldDescriptionprotected final DigestAlgorithmAbstractCryptographicChecker.digestAlgorithmThe Digest algorithmMethods in eu.europa.esig.dss.validation.process.bbb.sav.cc with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionprotected StringAbstractCryptographicCheck.getName(DigestAlgorithm digestAlgorithm) Returns name for a DigestAlgorithm safelyprotected booleanAbstractCryptographicChecker.isExpirationDateAvailable(DigestAlgorithm digestAlgorithm) Gets if the expiration date if defined for the givendigestAlgorithmConstructors in eu.europa.esig.dss.validation.process.bbb.sav.cc with parameters of type DigestAlgorithmModifierConstructorDescriptionprotectedAbstractCryptographicChecker(I18nProvider i18nProvider, DigestAlgorithm digestAlgorithm, Date validationDate, MessageTag position, CryptographicConstraint constraint) Default constructorprotectedAbstractCryptographicChecker(I18nProvider i18nProvider, EncryptionAlgorithm encryptionAlgorithm, DigestAlgorithm digestAlgorithm, MaskGenerationFunction maskGenerationFunction, String keyLengthUsedToSignThisToken, Date validationDate, MessageTag position, CryptographicConstraint constraint) Complete constructorprotectedDigestAlgorithmAtValidationTimeCheck(I18nProvider i18nProvider, DigestAlgorithm digestAlgo, Date validationDate, XmlCC result, MessageTag position, CryptographicConstraintWrapper constraintWrapper) Default constructorprotectedDigestAlgorithmReliableCheck(I18nProvider i18nProvider, DigestAlgorithm digestAlgo, XmlCC result, MessageTag position, CryptographicConstraintWrapper constraintWrapper) Default constructorDigestCryptographicChecker(I18nProvider i18nProvider, DigestAlgorithm digestAlgorithm, Date validationDate, MessageTag position, CryptographicConstraint constraint) Default constructor -
Uses of DigestAlgorithm in eu.europa.esig.dss.validation.process.bbb.sav.checks
Methods in eu.europa.esig.dss.validation.process.bbb.sav.checks that return types with arguments of type DigestAlgorithmModifier and TypeMethodDescriptionCryptographicConstraintWrapper.getReliableDigestAlgorithms()This method returns a list of reliableDigestAlgorithmaccording to the current validation policyCryptographicConstraintWrapper.getReliableDigestAlgorithmsAtTime(Date validationTime) This method returns a list of reliableDigestAlgorithmaccording to the current validation policy at the given validation timeMethods in eu.europa.esig.dss.validation.process.bbb.sav.checks with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionCryptographicConstraintWrapper.getExpirationDate(DigestAlgorithm digestAlgorithm) Gets an expiration date for the digest algorithm with namedigestAlgoToSearch.booleanCryptographicConstraintWrapper.isDigestAlgorithmReliable(DigestAlgorithm digestAlgorithm) Checks if the givenDigestAlgorithmis reliable (acceptable)Constructors in eu.europa.esig.dss.validation.process.bbb.sav.checks with parameters of type DigestAlgorithmModifierConstructorDescriptionDigestMatcherCryptographicCheck(I18nProvider i18nProvider, DigestAlgorithm digestAlgorithm, T result, Date validationDate, MessageTag position, CryptographicConstraint constraint) Default constructorMessageImprintCryptographicCheck(I18nProvider i18nProvider, DigestAlgorithm digestAlgorithm, XmlSAV result, Date validationDate, CryptographicConstraint constraint) Default constructor -
Uses of DigestAlgorithm in eu.europa.esig.dss.validation.scope
Methods in eu.europa.esig.dss.validation.scope that return DigestAlgorithmModifier and TypeMethodDescriptionprotected DigestAlgorithmAbstractSignatureScopeFinder.getDefaultDigestAlgorithm()Returns the usedDigestAlgorithmMethods in eu.europa.esig.dss.validation.scope with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionvoidAbstractSignatureScopeFinder.setDefaultDigestAlgorithm(DigestAlgorithm defaultDigestAlgorithm) Sets the default DigestAlgorithm to use forSignatureScopedigest computationvoidSignatureScopeFinder.setDefaultDigestAlgorithm(DigestAlgorithm digestAlgorithm) Sets the default DigestAlgorithm to use forSignatureScopedigest computationvoidTimestampScopeFinder.setDefaultDigestAlgorithm(DigestAlgorithm digestAlgorithm) Sets the default DigestAlgorithm to use forSignatureScopedigest computation -
Uses of DigestAlgorithm in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return DigestAlgorithmModifier and TypeMethodDescriptionTimestampToken.getDigestAlgorithm()This method returns aDigestAlgorithmused for message-imprint computation of the timestamp tokenMethods in eu.europa.esig.dss.validation.timestamp with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionprotected abstract TimestampMessageDigestBuilderSignatureTimestampSource.getTimestampMessageImprintDigestBuilder(DigestAlgorithm digestAlgorithm) Returns aTimestampMessageDigestBuilderto compute message digest with the providedDigestAlgorithm -
Uses of DigestAlgorithm in eu.europa.esig.dss.ws.dto
Methods in eu.europa.esig.dss.ws.dto that return DigestAlgorithmModifier and TypeMethodDescriptionDigestDTO.getAlgorithm()Gets theDigestAlgorithmRemoteDocument.getDigestAlgorithm()Returns the current used digest algorithm for a DigestDocumentMethods in eu.europa.esig.dss.ws.dto with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionvoidDigestDTO.setAlgorithm(DigestAlgorithm algorithm) Sets theDigestAlgorithmvoidRemoteDocument.setDigestAlgorithm(DigestAlgorithm digestAlgorithm) Sets the usedDigestAlgorithmfor a DigestDocumentConstructors in eu.europa.esig.dss.ws.dto with parameters of type DigestAlgorithmModifierConstructorDescriptionDigestDTO(DigestAlgorithm algorithm, byte[] value) The default constructorRemoteDocument(byte[] bytes, DigestAlgorithm digestAlgorithm, String name) This constructor allows to create an instance of RemoteDocument with a digest document -
Uses of DigestAlgorithm in eu.europa.esig.dss.ws.server.signing.common
Methods in eu.europa.esig.dss.ws.server.signing.common with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionRemoteSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenalias.RemoteSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) This method signs thetoBeSigneddata with the digestdigestAlgorithmand the givenalias.RemoteSignatureTokenConnectionImpl.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) RemoteSignatureTokenConnectionImpl.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) -
Uses of DigestAlgorithm in eu.europa.esig.dss.ws.server.signing.rest
Methods in eu.europa.esig.dss.ws.server.signing.rest with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionRestSignatureTokenConnectionImpl.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) RestSignatureTokenConnectionImpl.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) -
Uses of DigestAlgorithm in eu.europa.esig.dss.ws.server.signing.rest.client
Methods in eu.europa.esig.dss.ws.server.signing.rest.client with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionRestSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenalias.RestSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) This method signs thetoBeSigneddata with the digestdigestAlgorithmand the givenalias. -
Uses of DigestAlgorithm in eu.europa.esig.dss.ws.server.signing.soap
Methods in eu.europa.esig.dss.ws.server.signing.soap with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionSoapSignatureTokenConnectionImpl.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) SoapSignatureTokenConnectionImpl.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) -
Uses of DigestAlgorithm in eu.europa.esig.dss.ws.server.signing.soap.client
Methods in eu.europa.esig.dss.ws.server.signing.soap.client with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionSoapSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenalias.SoapSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) This method signs thetoBeSigneddata with the digestdigestAlgorithmand the givenalias. -
Uses of DigestAlgorithm in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return DigestAlgorithmModifier and TypeMethodDescriptionRemoteSignatureParameters.getDigestAlgorithm()Get the digest algorithmRemoteTimestampParameters.getDigestAlgorithm()Gets the digest algorithmRemoteBLevelParameters.getPolicyDigestAlgorithm()Return the hash algorithm for the signature policyRemoteSignatureParameters.getReferenceDigestAlgorithm()Get the digest algorithm for ds:Reference or message-digest attributeRemoteTrustedListSignatureParameters.getReferenceDigestAlgorithm()Gets aDigestAlgorithmto be used on an enveloped-signature reference creationMethods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionvoidRemoteSignatureParameters.setDigestAlgorithm(DigestAlgorithm digestAlgorithm) Set the digest algorithmvoidRemoteTimestampParameters.setDigestAlgorithm(DigestAlgorithm digestAlgorithm) Sets the digest algorithm for message-imprint hash computationvoidRemoteBLevelParameters.setPolicyDigestAlgorithm(DigestAlgorithm digestAlgorithm) Set the hash algorithm for the explicit signature policyvoidRemoteSignatureParameters.setReferenceDigestAlgorithm(DigestAlgorithm referenceDigestAlgorithm) Sets the digest algorithm for ds:Reference or message-digest attributevoidRemoteTrustedListSignatureParameters.setReferenceDigestAlgorithm(DigestAlgorithm referenceDigestAlgorithm) Sets aDigestAlgorithmto be used on an enveloped-signature reference creationConstructors in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type DigestAlgorithmModifierConstructorDescriptionRemoteTimestampParameters(TimestampContainerForm timestampForm, DigestAlgorithm digestAlgorithm) Default constructorRemoteTimestampParameters(TimestampContainerForm timestampForm, DigestAlgorithm digestAlgorithm, String canonicalizationMethod) Constructor with a canonicalization method (to be used for XAdES) -
Uses of DigestAlgorithm in eu.europa.esig.dss.ws.timestamp.remote
Methods in eu.europa.esig.dss.ws.timestamp.remote with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionRemoteTimestampService.getTimestampResponse(DigestAlgorithm digestAlgorithm, byte[] value) Timestamps thevalue -
Uses of DigestAlgorithm in eu.europa.esig.dss.xades
Methods in eu.europa.esig.dss.xades that return DigestAlgorithmModifier and TypeMethodDescriptionXAdESSignatureParameters.getSigningCertificateDigestMethod()XAdESSignatureParameters.getTokenReferencesDigestAlgorithm()Gets aDigestAlgorithmto create CompleteCertificateRefs/CompleteRevocationRefs withMethods in eu.europa.esig.dss.xades that return types with arguments of type DigestAlgorithmModifier and TypeMethodDescriptionstatic List<DigestAlgorithm>DSSXMLUtils.getReferenceDigestAlgos(Element referenceContainer) Returns a list ofDigestAlgorithmfor all references containing inside the providedreferenceContainerMethods in eu.europa.esig.dss.xades with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionstatic voidDSSXMLUtils.incorporateDigestMethod(Element parentElement, DigestAlgorithm digestAlgorithm, DSSNamespace namespace) This method creates the ds:DigestMethod DOM objectTrustedListSignatureParametersBuilder.setReferenceDigestAlgorithm(DigestAlgorithm digestAlgorithm) Sets an Enveloped ReferenceDigestAlgorithmto usevoidXAdESSignatureParameters.setSigningCertificateDigestMethod(DigestAlgorithm signingCertificateDigestMethod) This property is a part of the standard:
7.2.2 The SigningCertificate element (101 903 V1.4.2 (2010-12) XAdES)
The digest method indicates the digest algorithm to be used to calculate the CertDigest element that contains the digest for each certificate referenced in the sequence.voidXAdESSignatureParameters.setTokenReferencesDigestAlgorithm(DigestAlgorithm tokenReferencesDigestAlgorithm) Sets aDigestAlgorithmto create CompleteCertificateRefs/CompleteRevocationRefs for -C level Default : SHA256Constructors in eu.europa.esig.dss.xades with parameters of type DigestAlgorithmModifierConstructorDescriptionXAdESTimestampParameters(DigestAlgorithm digestAlgorithm) Constructor with digest algorithmXAdESTimestampParameters(DigestAlgorithm digestAlgorithm, String canonicalizationMethod) Default constructor -
Uses of DigestAlgorithm in eu.europa.esig.dss.xades.reference
Methods in eu.europa.esig.dss.xades.reference that return DigestAlgorithmModifier and TypeMethodDescriptionDSSReference.getDigestMethodAlgorithm()Gets DigestAlgorithm to use for digest value computationMethods in eu.europa.esig.dss.xades.reference with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionvoidDSSReference.setDigestMethodAlgorithm(DigestAlgorithm digestMethod) Sets DigestAlgorithm to use for digest value computation Default : DigestAlgorithm.SHA256Constructors in eu.europa.esig.dss.xades.reference with parameters of type DigestAlgorithmModifierConstructorDescriptionReferenceBuilder(List<DSSDocument> documents, DigestAlgorithm digestAlgorithm, ReferenceIdProvider referenceIdProvider) The default constructor for a detached references creation -
Uses of DigestAlgorithm in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature that return DigestAlgorithmModifier and TypeMethodDescriptionprotected DigestAlgorithmXAdESBuilder.getReferenceDigestAlgorithmOrDefault(XAdESSignatureParameters params) Returns params.referenceDigestAlgorithm if exists, params.digestAlgorithm otherwiseMethods in eu.europa.esig.dss.xades.signature with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionprotected ElementXAdESBuilder.incorporateCert(Element parentDom, CertificateToken certificate, DigestAlgorithm digestAlgorithm) Creates Cert DOM object:protected voidXAdESBuilder.incorporateCertDigest(Element parentDom, DigestAlgorithm digestAlgorithm, Token token) This method creates the xades:CertDigest DOM object.protected voidXAdESBuilder.incorporateDigestMethod(Element parentDom, DigestAlgorithm digestAlgorithm) This method creates the ds:DigestMethod DOM object.protected voidXAdESBuilder.incorporateDigestValue(Element parentDom, DigestAlgorithm digestAlgorithm, Token token) This method creates the ds:DigestValue DOM object for a givenTokenConstructors in eu.europa.esig.dss.xades.signature with parameters of type DigestAlgorithmModifierConstructorDescriptionManifestBuilder(DigestAlgorithm digestAlgorithm, List<DSSDocument> documents) Constructor for the builder (the Id of the Manifest tag will be equals to "manifest")ManifestBuilder(String manifestId, DigestAlgorithm digestAlgorithm, List<DSSDocument> documents) Constructor for the builderManifestBuilder(String manifestId, DigestAlgorithm digestAlgorithm, List<DSSDocument> documents, DSSNamespace xmldsigNamespace) Constructor for the builder -
Uses of DigestAlgorithm in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return DigestAlgorithmMethods in eu.europa.esig.dss.xades.validation with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionXAdESSignature.getSignatureDigestReference(DigestAlgorithm digestAlgorithm) TS 119 442 - V1.1.1 - Electronic Signatures and Infrastructures (ESI), ch.Constructors in eu.europa.esig.dss.xades.validation with parameters of type DigestAlgorithmModifierConstructorDescriptionDetachedSignatureResolver(List<DSSDocument> documents, DigestAlgorithm digestAlgorithm) Default constructor -
Uses of DigestAlgorithm in eu.europa.esig.dss.xades.validation.policy
Methods in eu.europa.esig.dss.xades.validation.policy with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionXMLSignaturePolicyValidator.getDigestAfterTransforms(DSSDocument policyDocument, DigestAlgorithm digestAlgorithm, Element transformsElement) Computes Digests after processing of giventransformsElement -
Uses of DigestAlgorithm in eu.europa.esig.dss.xades.validation.timestamp
Methods in eu.europa.esig.dss.xades.validation.timestamp with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionXAdESTimestampSource.getArchiveTimestampData(DigestAlgorithm digestAlgorithm, String canonicalizationMethod) Returns message-imprint digest for an ArchiveTimeStampXAdESTimestampSource.getSignatureTimestampMessageDigest(DigestAlgorithm digestAlgorithm, String canonicalizationMethod) Returns message-imprint digest for a SignatureTimestampprotected XAdESTimestampMessageDigestBuilderXAdESTimestampSource.getTimestampMessageImprintDigestBuilder(DigestAlgorithm digestAlgorithm) XAdESTimestampSource.getTimestampX1MessageDigest(DigestAlgorithm digestAlgorithm, String canonicalizationMethod, boolean en319132) Returns message-imprint digest for a SigAndRefsTimestampXAdESTimestampSource.getTimestampX2MessageDigest(DigestAlgorithm digestAlgorithm, String canonicalizationMethod, boolean en319132) Returns message-imprint digest for a RefsOnlyTimestampConstructors in eu.europa.esig.dss.xades.validation.timestamp with parameters of type DigestAlgorithmModifierConstructorDescriptionXAdESTimestampMessageDigestBuilder(XAdESSignature signature, DigestAlgorithm digestAlgorithm) Default constructor to be used for a new timestamp creation.