mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-17 12:00:10 -07:00
Remove duplicate library
This commit is contained in:
parent
19e4088cc8
commit
ebb1cd9c7b
4 changed files with 4 additions and 4 deletions
|
|
@ -949,7 +949,7 @@ public class MainActivity extends AppCompatActivity implements OnTouchListener,
|
|||
System.out.println(Cipher.getInstance("RSA"));
|
||||
System.out.println(Cipher.getInstance("RSA/ECB/PKCS1Padding"));
|
||||
*/
|
||||
if (true) { // android.os.Build.VERSION.SDK_INT >= 23) { // Marshmallow
|
||||
if (android.os.Build.VERSION.SDK_INT >= 23) { // Marshmallow
|
||||
// FUUUUU I DON'T KNOW FIXME
|
||||
Cipher rsaPkcs1Cipher = Cipher.getInstance("RSA/ECB/PKCS1Padding");
|
||||
// Cipher.getInstance("RSA", rsaPkcs1Cipher.getProvider());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue