|
@@ -13,7 +13,6 @@ import org.apache.commons.codec.binary.Base64;
|
|
|
|
|
|
import sun.misc.BASE64Decoder;
|
|
|
|
|
|
-@SuppressWarnings("restriction")
|
|
|
public class RSAOperator {
|
|
|
public static final String KEY_ALGORITHM = "RSA";
|
|
|
public static final String SIGNATURE_ALGORITHM = "MD5withRSA";
|