(Object request2, Object algorithm2, Object digest2)
| 683 | } |
| 684 | |
| 685 | public static Object hash(Object request2, Object algorithm2, Object digest2) { |
| 686 | return Hash(request2, algorithm2, digest2); |
| 687 | } |
| 688 | |
| 689 | public static String rsa(Object request, Object secret, Object alg) { |
| 690 | return Rsa(request, secret, alg); |