标签: java android encryption openssl
我使用Ubuntu生成了两个密钥(公共和私有)。 现在我使用公钥和 OpenSSL 在Ubuntu 14中加密文件,我想在Android中使用我之前生成的私钥解密它。
我该怎么做?