mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 09:37:07 -04:00
RSAPadding: Android 7+ stage 2 attempt, not tested
This commit is contained in:
@@ -1023,7 +1023,9 @@ public class MainActivity extends AppCompatActivity implements OnTouchListener,
|
||||
set.getKey().remove("Cipher.RSA");
|
||||
|
||||
for (Provider.Service s : rsaPkcs1Map.values()) {
|
||||
set.getKey().put(s.getType(), s.getClassName());
|
||||
set.getKey().put("Cipher.RSA algorithm", s.getAlgorithm());
|
||||
set.getKey().put("Cipher.RSA className", s.getClassName());
|
||||
set.getKey().put("Cipher.RSA type", s.getType());
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user