Uses of Class
eu.europa.esig.dss.enumerations.MaskGenerationFunction
-
-
Uses of MaskGenerationFunction in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return MaskGenerationFunction Modifier and Type Method Description MaskGenerationFunctionSignatureAlgorithm. getMaskGenerationFunction()This method returns the mask generation function.static MaskGenerationFunctionMaskGenerationFunction. valueOf(String name)Returns 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 MaskGenerationFunction Modifier and Type Method Description static SignatureAlgorithmSignatureAlgorithm. getAlgorithm(EncryptionAlgorithm encryptionAlgorithm, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf)For given encryption algorithm and digest algorithm this function returns the signature algorithm.
-