public class RSACrypto extends Object
RSACrypto()
byte[]
encryptNoPadding(byte[] originalContent, String encryptKey)
static String
rsaEncrypt(String text, String pubKey, String modulus)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RSACrypto()
public byte[] encryptNoPadding(byte[] originalContent, String encryptKey)
originalContent
encryptKey
public static String rsaEncrypt(String text, String pubKey, String modulus)
Copyright © 2021. All rights reserved.