(Object s)
| 689 | // return Encode.base64ToString(b64); |
| 690 | // } |
| 691 | public String stringToBase64(Object s) { |
| 692 | return Encode.StringToBase64(s); |
| 693 | } |
| 694 | // public String bytesToHex(Object bytes) { |
| 695 | // return Encode.bytesToHex(bytes); |
| 696 | // } |
no test coverage detected