Package io.rong.imlib
        Class MD5
- 
                    
                    - All Implemented Interfaces:
 
 public class MD5
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description MD5()
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        encryptstatic String encrypt(String str) MD5 Encryption - Parameters:
- str- The string to be encrypted
- Returns:
- The encrypted string 
 
 - 
                                        encryptstatic String encrypt(String str, boolean lowerCase) MD5 Encryption - Parameters:
- str- The string to be encrypted
- lowerCase- Indicates whether the result should be in lowercase
- Returns:
- The encrypted string 
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-