Uses of Enum
eu.europa.esig.dss.enumerations.MaskGenerationFunction
-
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.