RSAPadding: Android 7+ stage 2 attempt, not tested

This commit is contained in:
khanhduytran0
2020-07-28 16:22:59 +07:00
parent 9d347f2a66
commit dfaff7ff33

View File

@@ -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 {