MD5Encoder
Path
com.huawei.livedata.lambdaservice.util.MD5Encoder
Description
This class is used to calculate the MD5 value.
Method List
|
Returned Type |
Method and Description |
|---|---|
|
static String |
md5(String source) Calculate the MD5 value of a character string. |
Method Details
public static String md5(String source)
Calculate the MD5 value of a character string.
Input Parameter
source indicates the character string for which the MD5 value needs to be calculated.
Returns
MD5 value of a character string.
Last Article: KafkaConfig
Next Article: Md5Utils
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.