Uses of Enum
eu.europa.esig.dss.enumerations.MaskGenerationFunction
Packages that use MaskGenerationFunction
Package
Description
-
Uses of MaskGenerationFunction in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return MaskGenerationFunction -
Uses of MaskGenerationFunction in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return MaskGenerationFunctionModifier and TypeMethodDescriptionAbstractTokenProxy.getMaskGenerationFunction()TokenProxy.getMaskGenerationFunction()Returns the MaskGenerationFunction if has been used on signature creationDiagnosticData.getSignatureMaskGenerationFunction(String signatureId) This method returns theMaskGenerationFunctionfor the given signature. -
Uses of MaskGenerationFunction in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as MaskGenerationFunctionModifier and TypeFieldDescriptionprotected MaskGenerationFunctionXmlBasicSignature.maskGenerationFunctionUsedToSignThisTokenMethods in eu.europa.esig.dss.diagnostic.jaxb that return MaskGenerationFunctionModifier and TypeMethodDescriptionXmlBasicSignature.getMaskGenerationFunctionUsedToSignThisToken()Gets the value of the maskGenerationFunctionUsedToSignThisToken property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type MaskGenerationFunctionModifier and TypeMethodDescriptionAdapter27.marshal(MaskGenerationFunction value) voidXmlBasicSignature.setMaskGenerationFunctionUsedToSignThisToken(MaskGenerationFunction value) Sets the value of the maskGenerationFunctionUsedToSignThisToken property. -
Uses of MaskGenerationFunction in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return MaskGenerationFunctionModifier and TypeMethodDescriptionSignatureAlgorithm.getMaskGenerationFunction()This method returns the mask generation function.static MaskGenerationFunctionReturns the enum constant of this type with the specified name.static MaskGenerationFunction[]MaskGenerationFunction.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 MaskGenerationFunctionModifier and TypeMethodDescriptionstatic SignatureAlgorithmSignatureAlgorithm.getAlgorithm(EncryptionAlgorithm encryptionAlgorithm, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf) For given encryption algorithm and digest algorithm this function returns the signature algorithm. -
Uses of MaskGenerationFunction in eu.europa.esig.dss.jades.validation
Methods in eu.europa.esig.dss.jades.validation that return MaskGenerationFunction -
Uses of MaskGenerationFunction in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return MaskGenerationFunctionModifier and TypeMethodDescriptionstatic MaskGenerationFunctionParses the value and returnsMaskGenerationFunctionMethods in eu.europa.esig.dss.jaxb.parsers with parameters of type MaskGenerationFunctionModifier and TypeMethodDescriptionstatic StringMaskGenerationFunctionParser.print(MaskGenerationFunction v) Gets a text name of the value -
Uses of MaskGenerationFunction in eu.europa.esig.dss.model
Methods in eu.europa.esig.dss.model that return MaskGenerationFunctionModifier and TypeMethodDescriptionAbstractSerializableSignatureParameters.getMaskGenerationFunction()SerializableSignatureParameters.getMaskGenerationFunction()Returns the mask generation functionMethods in eu.europa.esig.dss.model with parameters of type MaskGenerationFunctionModifier and TypeMethodDescriptionvoidAbstractSerializableSignatureParameters.setMaskGenerationFunction(MaskGenerationFunction maskGenerationFunction) Sets the mask generation function if used with the given SignatureAlgorithm -
Uses of MaskGenerationFunction in eu.europa.esig.dss.token
Methods in eu.europa.esig.dss.token with parameters of type MaskGenerationFunctionModifier and TypeMethodDescriptionAbstractSignatureTokenConnection.sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) SignatureTokenConnection.sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenkeyEntry.AbstractSignatureTokenConnection.signDigest(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) SignatureTokenConnection.signDigest(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) This method signs thedigestdata with the givenkeyEntry. -
Uses of MaskGenerationFunction in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return MaskGenerationFunctionModifier and TypeMethodDescriptionAdvancedSignature.getMaskGenerationFunction()Retrieves the mask generation function used for generating the signature. -
Uses of MaskGenerationFunction in eu.europa.esig.dss.validation.process.bbb.sav.cc
Fields in eu.europa.esig.dss.validation.process.bbb.sav.cc declared as MaskGenerationFunctionModifier and TypeFieldDescriptionprotected final MaskGenerationFunctionAbstractCryptographicChecker.maskGenerationFunctionMask generation function when presentConstructors in eu.europa.esig.dss.validation.process.bbb.sav.cc with parameters of type MaskGenerationFunctionModifierConstructorDescriptionprotectedAbstractCryptographicChecker(I18nProvider i18nProvider, EncryptionAlgorithm encryptionAlgorithm, DigestAlgorithm digestAlgorithm, MaskGenerationFunction maskGenerationFunction, String keyLengthUsedToSignThisToken, Date validationDate, MessageTag position, CryptographicConstraint constraint) Complete constructor -
Uses of MaskGenerationFunction in eu.europa.esig.dss.ws.server.signing.common
Methods in eu.europa.esig.dss.ws.server.signing.common with parameters of type MaskGenerationFunctionModifier and TypeMethodDescriptionRemoteSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenalias.RemoteSignatureTokenConnectionImpl.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) RemoteSignatureTokenConnection.signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias) This method signs thedigestdata with a maskmgfand the givenalias.RemoteSignatureTokenConnectionImpl.signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias) -
Uses of MaskGenerationFunction in eu.europa.esig.dss.ws.server.signing.rest
Methods in eu.europa.esig.dss.ws.server.signing.rest with parameters of type MaskGenerationFunctionModifier and TypeMethodDescriptionRestSignatureTokenConnectionImpl.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) RestSignatureTokenConnectionImpl.signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias) -
Uses of MaskGenerationFunction 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 MaskGenerationFunctionModifier and TypeMethodDescriptionRestSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenalias.RestSignatureTokenConnection.signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias) This method signs thedigestdata with a maskmgfand the givenalias. -
Uses of MaskGenerationFunction in eu.europa.esig.dss.ws.server.signing.soap
Methods in eu.europa.esig.dss.ws.server.signing.soap with parameters of type MaskGenerationFunctionModifier and TypeMethodDescriptionSoapSignatureTokenConnectionImpl.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) SoapSignatureTokenConnectionImpl.signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias) -
Uses of MaskGenerationFunction 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 MaskGenerationFunctionModifier and TypeMethodDescriptionSoapSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenalias.SoapSignatureTokenConnection.signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias) This method signs thedigestdata with a maskmgfand the givenalias. -
Uses of MaskGenerationFunction in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return MaskGenerationFunctionModifier and TypeMethodDescriptionRemoteSignatureParameters.getMaskGenerationFunction()Get the mask generation functionMethods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type MaskGenerationFunctionModifier and TypeMethodDescriptionvoidRemoteSignatureParameters.setMaskGenerationFunction(MaskGenerationFunction maskGenerationFunction) Sets the mask generation function of the signature algorithm, when applicable -
Uses of MaskGenerationFunction in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return MaskGenerationFunction