Added possibility to enter custom key length. Added key length limitations, according to issue #102 and SpongyCastle specification.

This commit is contained in:
gogowitczak
2014-04-07 16:31:38 +02:00
parent 3c8be8bf85
commit fc0c084a62
4 changed files with 149 additions and 22 deletions

View File

@@ -34,6 +34,8 @@
<item>@string/key_size_1024</item>
<item>@string/key_size_2048</item>
<item>@string/key_size_4096</item>
<item>@string/key_size_8192</item>
<item>@string/key_size_custom</item>
</string-array>
<string-array name="import_action_list" translatable="false">
<item>@string/menu_import_from_key_server</item>