Uses of Class
eu.europa.esig.dss.enumerations.DigestAlgorithm
-
-
-
Uses of DigestAlgorithm in eu.europa.esig.dss.asic.cades.signature.asice
Methods in eu.europa.esig.dss.asic.cades.signature.asice with parameters of type DigestAlgorithm Modifier and Type Method Description protected ElementAbstractManifestBuilder. addDataObjectReference(Document documentDom, Element asicManifestDom, DSSDocument document, DigestAlgorithm digestAlgorithm)Constructors in eu.europa.esig.dss.asic.cades.signature.asice with parameters of type DigestAlgorithm Constructor Description ASiCEWithCAdESArchiveManifestBuilder(List<DSSDocument> signatures, List<DSSDocument> timestamps, List<DSSDocument> documents, List<DSSDocument> manifests, DSSDocument lastArchiveManifets, DigestAlgorithm digestAlgorithm, String timestampUri)ASiCEWithCAdESManifestBuilder(List<DSSDocument> documents, DigestAlgorithm digestAlgorithm, String signatureUri) -
Uses of DigestAlgorithm in eu.europa.esig.dss.cades
Fields in eu.europa.esig.dss.cades declared as DigestAlgorithm Modifier and Type Field Description static DigestAlgorithmCMSUtils. DEFAULT_ARCHIVE_TIMESTAMP_HASH_ALGOMethods in eu.europa.esig.dss.cades with parameters of type DigestAlgorithm Modifier and Type Method Description static voidCMSUtils. addSigningCertificateAttribute(org.bouncycastle.asn1.ASN1EncodableVector signedAttributes, DigestAlgorithm digestAlgorithm, CertificateToken signingToken)Method to add signing certificate to ASN.1 DER encoded signed attributes. -
Uses of DigestAlgorithm in eu.europa.esig.dss.cades.signature
Methods in eu.europa.esig.dss.cades.signature with parameters of type DigestAlgorithm Modifier and Type Method Description org.bouncycastle.asn1.cms.AttributeCadesLevelBaselineLTATimestampExtractor. getAtsHashIndex(org.bouncycastle.cms.SignerInformation signerInformation, DigestAlgorithm hashIndexDigestAlgorithm)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 DigestAlgorithm Constructor Description CustomMessageDigestCalculatorProvider(DigestAlgorithm messageDigestAlgo, String messageDigestValueBase64) -
Uses of DigestAlgorithm in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return DigestAlgorithm Modifier and Type Method Description DigestAlgorithmCAdESSignature. getDigestAlgorithm()DigestAlgorithmCAdESSignature. getPSSHashAlgorithm()Methods in eu.europa.esig.dss.cades.validation that return types with arguments of type DigestAlgorithm Modifier and Type Method Description Set<DigestAlgorithm>CAdESSignature. getMessageDigestAlgorithms()Methods in eu.europa.esig.dss.cades.validation with parameters of type DigestAlgorithm Modifier and Type Method Description SignatureDigestReferenceCAdESSignature. getSignatureDigestReference(DigestAlgorithm digestAlgorithm)TS 119 442 - V1.1.1 - Electronic Signatures and Infrastructures (ESI), ch. -
Uses of DigestAlgorithm in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return DigestAlgorithm Modifier and Type Method Description DigestAlgorithmAbstractTokenProxy. getDigestAlgorithm()DigestAlgorithmTokenProxy. getDigestAlgorithm()DigestAlgorithmDiagnosticData. getFirstSignatureDigestAlgorithm()This method returns theDigestAlgorithmof the first signature.DigestAlgorithmDiagnosticData. 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 DigestAlgorithm Modifier and Type Field Description protected DigestAlgorithmXmlBasicSignature. digestAlgoUsedToSignThisTokenprotected DigestAlgorithmXmlDigestAlgoAndValue. digestMethodprotected DigestAlgorithmXmlSignatureDigestReference. digestMethodMethods in eu.europa.esig.dss.diagnostic.jaxb that return DigestAlgorithm Modifier and Type Method Description DigestAlgorithmXmlBasicSignature. getDigestAlgoUsedToSignThisToken()Gets the value of the digestAlgoUsedToSignThisToken property.DigestAlgorithmXmlDigestAlgoAndValue. getDigestMethod()Gets the value of the digestMethod property.DigestAlgorithmXmlSignatureDigestReference. getDigestMethod()Gets the value of the digestMethod property.DigestAlgorithmAdapter19. unmarshal(String value)DigestAlgorithmAdapter20. unmarshal(String value)DigestAlgorithmAdapter22. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type DigestAlgorithm Modifier and Type Method Description StringAdapter19. marshal(DigestAlgorithm value)StringAdapter20. marshal(DigestAlgorithm value)StringAdapter22. 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 DigestAlgorithm Modifier and Type Method Description static DigestAlgorithmDigestAlgorithm. forJavaName(String javaName)Returns the digest algorithm associated to the given JCE name.static DigestAlgorithmDigestAlgorithm. forName(String name)Returns 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 DigestAlgorithmDigestAlgorithm. forOID(String oid)Returns the digest algorithm associated to the given OID.static DigestAlgorithmDigestAlgorithm. forXML(String xmlName)Returns the digest algorithm associated to the given XML url.static DigestAlgorithmDigestAlgorithm. forXML(String xmlName, DigestAlgorithm defaultValue)Returns the digest algorithm associated to the given XML url or the default one if the algorithm does not exist.DigestAlgorithmSignatureAlgorithm. getDigestAlgorithm()This method returns the digest algorithm.static DigestAlgorithmDigestAlgorithm. valueOf(String name)Returns 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 DigestAlgorithm Modifier and Type Method Description static DigestAlgorithmDigestAlgorithm. forName(String name, DigestAlgorithm defaultValue)Returns the digest algorithm associated to the given name.static DigestAlgorithmDigestAlgorithm. forXML(String xmlName, DigestAlgorithm defaultValue)Returns the digest algorithm associated to the given XML url or the default one if the algorithm does not exist.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.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return DigestAlgorithm Modifier and Type Method Description static DigestAlgorithmDigestAlgorithmParser. parse(String v)Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type DigestAlgorithm Modifier and Type Method Description static StringDigestAlgorithmParser. print(DigestAlgorithm v) -
Uses of DigestAlgorithm in eu.europa.esig.dss.model
Fields in eu.europa.esig.dss.model with type parameters of type DigestAlgorithm Modifier and Type Field Description protected EnumMap<DigestAlgorithm,String>CommonDocument. base64EncodeDigestMapMethods in eu.europa.esig.dss.model that return DigestAlgorithm Modifier and Type Method Description DigestAlgorithmDigest. getAlgorithm()DigestAlgorithmAbstractSerializableSignatureParameters. getDigestAlgorithm()Get the digest algorithmDigestAlgorithmPolicy. getDigestAlgorithm()Return the hash algorithm for the signature policyDigestAlgorithmTimestampParameters. getDigestAlgorithm()DigestAlgorithmAbstractSerializableSignatureParameters. getReferenceDigestAlgorithm()Get the digest algorithm for ds:Reference or message-digest attributeMethods in eu.europa.esig.dss.model with parameters of type DigestAlgorithm Modifier and Type Method Description voidDigestDocument. addDigest(DigestAlgorithm digestAlgorithm, String base64EncodeDigest)This method allows to add a pair:DigestAlgorithmand the corresponding digest value calculated externally on the encapsulated file.StringCommonDocument. getDigest(DigestAlgorithm digestAlgorithm)StringDigestDocument. getDigest(DigestAlgorithm digestAlgorithm)StringDSSDocument. getDigest(DigestAlgorithm digestAlgorithm)This method returns the encoded digest value of the currentDSSDocumentusing the base64 algorithm.voidDigest. setAlgorithm(DigestAlgorithm algorithm)voidAbstractSerializableSignatureParameters. setDigestAlgorithm(DigestAlgorithm digestAlgorithm)Set the digest algorithmvoidPolicy. setDigestAlgorithm(DigestAlgorithm digestAlgorithm)Set the hash algorithm for the explicit signature policyvoidTimestampParameters. setDigestAlgorithm(DigestAlgorithm digestAlgorithm)voidAbstractSerializableSignatureParameters. setReferenceDigestAlgorithm(DigestAlgorithm referenceDigestAlgorithm)Constructors in eu.europa.esig.dss.model with parameters of type DigestAlgorithm Constructor Description Digest(DigestAlgorithm algorithm, byte[] value)DigestDocument(DigestAlgorithm digestAlgorithm, String base64EncodeDigest)Creates DigestDocument.DigestDocument(DigestAlgorithm digestAlgorithm, String base64EncodeDigest, String name)Creates DigestDocument.TimestampParameters(DigestAlgorithm digestAlgorithm)TimestampParameters(DigestAlgorithm digestAlgorithm, String canonicalizationMethod) -
Uses of DigestAlgorithm in eu.europa.esig.dss.model.identifier
Methods in eu.europa.esig.dss.model.identifier with parameters of type DigestAlgorithm Modifier and Type Method Description byte[]MultipleDigestIdentifier. getDigestValue(DigestAlgorithm digestAlgorithm)protected MessageDigestIdentifier. getMessageDigest(DigestAlgorithm digestAlgorithm) -
Uses of DigestAlgorithm in eu.europa.esig.dss.model.x509
Methods in eu.europa.esig.dss.model.x509 with parameters of type DigestAlgorithm Modifier and Type Method Description byte[]Token. getDigest(DigestAlgorithm digestAlgorithm)Returns the digest value of the wrapped token -
Uses of DigestAlgorithm in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation with parameters of type DigestAlgorithm Modifier and Type Method Description SignatureDigestReferencePAdESSignature. getSignatureDigestReference(DigestAlgorithm digestAlgorithm)TS 119 442 - V1.1.1 - Electronic Signatures and Infrastructures (ESI), ch. -
Uses of DigestAlgorithm in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf with parameters of type DigestAlgorithm Modifier and Type Method Description byte[]PDFSignatureService. digest(DSSDocument toSignDocument, PAdESSignatureParameters parameters, DigestAlgorithm digestAlgorithm)Returns the digest value of a PDF documentDSSDocumentPDFSignatureService. sign(DSSDocument pdfData, byte[] signatureValue, PAdESSignatureParameters parameters, DigestAlgorithm digestAlgorithm)Signs a PDF document -
Uses of DigestAlgorithm in eu.europa.esig.dss.pdf.openpdf
Methods in eu.europa.esig.dss.pdf.openpdf with parameters of type DigestAlgorithm Modifier and Type Method Description byte[]ITextPDFSignatureService. digest(DSSDocument toSignDocument, PAdESSignatureParameters parameters, DigestAlgorithm digestAlgorithm)DSSDocumentITextPDFSignatureService. sign(DSSDocument toSignDocument, byte[] signatureValue, PAdESSignatureParameters parameters, DigestAlgorithm digestAlgorithm) -
Uses of DigestAlgorithm in eu.europa.esig.dss.pdf.pdfbox
Methods in eu.europa.esig.dss.pdf.pdfbox with parameters of type DigestAlgorithm Modifier and Type Method Description byte[]PdfBoxSignatureService. digest(DSSDocument toSignDocument, PAdESSignatureParameters parameters, DigestAlgorithm digestAlgorithm)DSSDocumentPdfBoxSignatureService. sign(DSSDocument toSignDocument, byte[] signatureValue, PAdESSignatureParameters parameters, DigestAlgorithm digestAlgorithm) -
Uses of DigestAlgorithm in eu.europa.esig.dss.service.tsp
Methods in eu.europa.esig.dss.service.tsp with parameters of type DigestAlgorithm Modifier and Type Method Description org.bouncycastle.tsp.TimeStampTokenOnlineTSPSource. getTimeStampResponse(DigestAlgorithm digestAlgorithm, byte[] digest) -
Uses of DigestAlgorithm in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi with parameters of type DigestAlgorithm Modifier and Type Method Description static 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)static byte[]DSSUtils. digest(DigestAlgorithm digestAlgorithm, DSSDocument document)static 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 MessageDigestDSSUtils. getMessageDigest(DigestAlgorithm digestAlgorithm) -
Uses of DigestAlgorithm in eu.europa.esig.dss.spi.x509.tsp
Methods in eu.europa.esig.dss.spi.x509.tsp with parameters of type DigestAlgorithm Modifier and Type Method Description org.bouncycastle.tsp.TimeStampTokenCompositeTSPSource. getTimeStampResponse(DigestAlgorithm digestAlgorithm, byte[] digestValue)org.bouncycastle.tsp.TimeStampTokenTSPSource. 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 DigestAlgorithm Modifier and Type Method Description protected AlgorithmParameterSpecAbstractSignatureTokenConnection. createPSSParam(DigestAlgorithm digestAlgo)SignatureValueAbstractSignatureTokenConnection. sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)SignatureValueAbstractSignatureTokenConnection. sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry)SignatureValueSignatureTokenConnection. sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenkeyEntry.SignatureValueSignatureTokenConnection. 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
Methods in eu.europa.esig.dss.validation that return DigestAlgorithm Modifier and Type Method Description DigestAlgorithmCertificateVerifier. getDefaultDigestAlgorithm()This method returns a default Digest Algorithm what will be used for digest calculationDigestAlgorithmCommonCertificateVerifier. getDefaultDigestAlgorithm()DigestAlgorithmAdvancedSignature. getDigestAlgorithm()Retrieves the digest algorithm used for generating the signature.DigestAlgorithmSignatureDigestReference. getDigestAlgorithm()ReturnsDigestAlgorithmused to calculate digest valueMethods in eu.europa.esig.dss.validation with parameters of type DigestAlgorithm Modifier and Type Method Description StringManifestFile. getDigestBase64String(DigestAlgorithm digestAlgorithm)SignatureDigestReferenceAdvancedSignature. getSignatureDigestReference(DigestAlgorithm digestAlgorithm)Returns a signature reference element as defined in TS 119 442 - V1.1.1 - Electronic Signatures and Infrastructures (ESI), ch.voidCertificateVerifier. setDefaultDigestAlgorithm(DigestAlgorithm digestAlgorithm)This method allows to change the Digest Algorithm that will be used for tokens' digest calculationvoidCommonCertificateVerifier. setDefaultDigestAlgorithm(DigestAlgorithm digestAlgorithm)DiagnosticDataBuilderDiagnosticDataBuilder. setDefaultDigestAlgorithm(DigestAlgorithm digestAlgorithm)This method allows to set the defaultDigestAlgorithmwhich will be used for tokens' DigestAlgoAndValue calculation -
Uses of DigestAlgorithm in eu.europa.esig.dss.validation.process.bbb.sav
Fields in eu.europa.esig.dss.validation.process.bbb.sav declared as DigestAlgorithm Modifier and Type Field Description protected DigestAlgorithmDigestAlgorithmAcceptanceValidation. digestAlgorithmConstructors in eu.europa.esig.dss.validation.process.bbb.sav with parameters of type DigestAlgorithm Constructor Description DigestAlgorithmAcceptanceValidation(Date currentTime, DigestAlgorithm digestAlgorithm, ValidationPolicy validationPolicy, Context context) -
Uses of DigestAlgorithm in eu.europa.esig.dss.validation.process.bbb.sav.checks
Methods in eu.europa.esig.dss.validation.process.bbb.sav.checks with parameters of type DigestAlgorithm Modifier and Type Method Description protected booleanAbstractCryptographicCheck. digestAlgorithmIsReliable(DigestAlgorithm digestAlgo)protected booleanAbstractCryptographicCheck. digestAlgorithmIsValidOnValidationDate(DigestAlgorithm digestAlgo)Constructors in eu.europa.esig.dss.validation.process.bbb.sav.checks with parameters of type DigestAlgorithm Constructor Description DigestCryptographicCheck(XmlSAV result, DigestAlgorithm digestAlgorithm, Date currentTime, CryptographicConstraint constraint) -
Uses of DigestAlgorithm in eu.europa.esig.dss.validation.scope
Methods in eu.europa.esig.dss.validation.scope that return DigestAlgorithm Modifier and Type Method Description protected DigestAlgorithmAbstractSignatureScopeFinder. getDefaultDigestAlgorithm()Methods in eu.europa.esig.dss.validation.scope with parameters of type DigestAlgorithm Modifier and Type Method Description voidAbstractSignatureScopeFinder. setDefaultDigestAlgorithm(DigestAlgorithm defaultDigestAlgorithm)voidSignatureScopeFinder. setDefaultDigestAlgorithm(DigestAlgorithm digestAlgorithm) -
Uses of DigestAlgorithm in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return DigestAlgorithm Modifier and Type Method Description DigestAlgorithmTimestampToken. getSignedDataDigestAlgo()Retrieves theDigestAlgorithmused to generate the digest value to timestamp. -
Uses of DigestAlgorithm in eu.europa.esig.dss.ws.dto
Methods in eu.europa.esig.dss.ws.dto that return DigestAlgorithm Modifier and Type Method Description DigestAlgorithmRemoteDocument. getDigestAlgorithm()Returns the current used digest algorithmMethods in eu.europa.esig.dss.ws.dto with parameters of type DigestAlgorithm Modifier and Type Method Description voidRemoteDocument. setDigestAlgorithm(DigestAlgorithm digestAlgorithm)Constructors in eu.europa.esig.dss.ws.dto with parameters of type DigestAlgorithm Constructor Description RemoteDocument(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 DigestAlgorithm Modifier and Type Method Description SignatureValueDTORemoteSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenalias.SignatureValueDTORemoteSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias)This method signs thetoBeSigneddata with the digestdigestAlgorithmand the givenalias.SignatureValueDTORemoteSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)SignatureValueDTORemoteSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) -
Uses of DigestAlgorithm in eu.europa.esig.dss.ws.server.signing.dto
Methods in eu.europa.esig.dss.ws.server.signing.dto that return DigestAlgorithm Modifier and Type Method Description DigestAlgorithmDigestDTO. getAlgorithm()Methods in eu.europa.esig.dss.ws.server.signing.dto with parameters of type DigestAlgorithm Modifier and Type Method Description voidDigestDTO. setAlgorithm(DigestAlgorithm algorithm)Constructors in eu.europa.esig.dss.ws.server.signing.dto with parameters of type DigestAlgorithm Constructor Description DigestDTO(DigestAlgorithm algorithm, byte[] value) -
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 DigestAlgorithm Modifier and Type Method Description SignatureValueDTORestSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)SignatureValueDTORestSignatureTokenConnectionImpl. 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 DigestAlgorithm Modifier and Type Method Description SignatureValueDTORestSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenalias.SignatureValueDTORestSignatureTokenConnection. 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 DigestAlgorithm Modifier and Type Method Description SignatureValueDTOSoapSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)SignatureValueDTOSoapSignatureTokenConnectionImpl. 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 DigestAlgorithm Modifier and Type Method Description SignatureValueDTOSoapSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenalias.SignatureValueDTOSoapSignatureTokenConnection. 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 DigestAlgorithm Modifier and Type Method Description DigestAlgorithmRemoteSignatureParameters. getDigestAlgorithm()Get the digest algorithmDigestAlgorithmRemoteTimestampParameters. getDigestAlgorithm()DigestAlgorithmRemoteBLevelParameters. getPolicyDigestAlgorithm()Return the hash algorithm for the signature policyDigestAlgorithmRemoteSignatureParameters. getReferenceDigestAlgorithm()Get the digest algorithm for ds:Reference or message-digest attributeMethods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type DigestAlgorithm Modifier and Type Method Description voidRemoteSignatureParameters. setDigestAlgorithm(DigestAlgorithm digestAlgorithm)Set the digest algorithmvoidRemoteTimestampParameters. setDigestAlgorithm(DigestAlgorithm digestAlgorithm)voidRemoteBLevelParameters. setPolicyDigestAlgorithm(DigestAlgorithm digestAlgorithm)Set the hash algorithm for the explicit signature policyvoidRemoteSignatureParameters. setReferenceDigestAlgorithm(DigestAlgorithm referenceDigestAlgorithm)Constructors in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type DigestAlgorithm Constructor Description RemoteTimestampParameters(DigestAlgorithm digestAlgorithm)RemoteTimestampParameters(DigestAlgorithm digestAlgorithm, String canonicalizationMethod) -
Uses of DigestAlgorithm in eu.europa.esig.dss.xades
Methods in eu.europa.esig.dss.xades that return DigestAlgorithm Modifier and Type Method Description DigestAlgorithmXAdESSignatureParameters. getSigningCertificateDigestMethod()Methods in eu.europa.esig.dss.xades with parameters of type DigestAlgorithm Modifier and Type Method Description voidXAdESSignatureParameters. 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. -
Uses of DigestAlgorithm in eu.europa.esig.dss.xades.reference
Methods in eu.europa.esig.dss.xades.reference that return DigestAlgorithm Modifier and Type Method Description DigestAlgorithmDSSReference. getDigestMethodAlgorithm()Methods in eu.europa.esig.dss.xades.reference with parameters of type DigestAlgorithm Modifier and Type Method Description voidDSSReference. setDigestMethodAlgorithm(DigestAlgorithm digestMethod) -
Uses of DigestAlgorithm in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature that return DigestAlgorithm Modifier and Type Method Description protected DigestAlgorithmXAdESSignatureBuilder. getReferenceDigestAlgorithmOrDefault(XAdESSignatureParameters params)Returns params.referenceDigestAlgorithm if exists, params.digestAlgorithm otherwiseMethods in eu.europa.esig.dss.xades.signature with parameters of type DigestAlgorithm Modifier and Type Method Description protected voidXAdESBuilder. incorporateDigestMethod(Element parentDom, DigestAlgorithm digestAlgorithm)This method creates the ds:DigestMethod DOM objectprotected voidXAdESBuilder. incorporateDigestValue(Element parentDom, DigestAlgorithm digestAlgorithm, Token token)This method creates the ds:DigestValue DOM object.protected voidXAdESBuilder. incorporateDigestValue(Element parentDom, DSSReference dssReference, DigestAlgorithm digestAlgorithm, DSSDocument originalDocument)This method creates the ds:DigestValue DOM object.Constructors in eu.europa.esig.dss.xades.signature with parameters of type DigestAlgorithm Constructor Description ManifestBuilder(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 builder -
Uses of DigestAlgorithm in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return DigestAlgorithm Modifier and Type Method Description DigestAlgorithmXAdESSignature. getDigestAlgorithm()Methods in eu.europa.esig.dss.xades.validation with parameters of type DigestAlgorithm Modifier and Type Method Description SignatureDigestReferenceXAdESSignature. 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 DigestAlgorithm Constructor Description DetachedSignatureResolver(List<DSSDocument> documents, DigestAlgorithm digestAlgorithm)
-