Updated on 2022-09-01 GMT+08:00

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.