mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 16:47:14 -04:00
RSAPadding debug: temporary commented out some debug prints
This commit is contained in:
parent
fc951edf61
commit
3def5bd8a1
@ -1025,8 +1025,10 @@ public class MainActivity extends AppCompatActivity implements OnTouchListener,
|
||||
|
||||
try {
|
||||
if (!isLegacyPatch) {
|
||||
/*
|
||||
System.out.println("RSAPadding BEFORE");
|
||||
debug_printServiceInfo(System.out, "Cipher.RSA");
|
||||
*/
|
||||
|
||||
Map<Provider, Provider.Service> rsaMap, rsaPkcs1Map;
|
||||
rsaMap = getCipherServicesMap("Cipher", "RSA");
|
||||
@ -1057,8 +1059,10 @@ public class MainActivity extends AppCompatActivity implements OnTouchListener,
|
||||
|
||||
// printList(set.getKey().getServices());
|
||||
|
||||
/*
|
||||
System.out.println("RSAPadding AFTER");
|
||||
debug_printServiceInfo(System.out, "Cipher.RSA");
|
||||
*/
|
||||
}
|
||||
} else {
|
||||
Collection<Provider.Service> rsaList, rsaPkcs1List;
|
||||
|
Loading…
x
Reference in New Issue
Block a user