Help Center/ ROMA Connect/ Developer Guide/ Developer Guide for Service Integration/ Developing Custom Function Backends/ Md5Utils
Updated on 2025-07-21 GMT+08:00
Md5Utils
Path
com.roma.apic.livedata.common.v1.Md5Utils
Description
This class is used to calculate the MD5 value.
Example
importClass(com.roma.apic.livedata.common.v1.Md5Utils);
function execute(data) {
var sourceCode = "Hello world!";
return Md5Utils.encode(sourceCode);
} Method List
| Returned Type | Method and Description |
|---|---|
| static String | encode(String content) Calculate the MD5 value of a character string. |
Parent topic: Developing Custom Function Backends
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.