public class RSAUtils extends Object
RSAUtils()
static String
decode(String src, String privateKey)
encode(String src, String publicKey)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RSAUtils()
public static String encode(String src, String publicKey) throws Exception
src
publicKey
Exception
public static String decode(String src, String privateKey) throws Exception
privateKey
Copyright © 2022. All rights reserved.