Fix issue #39: no RSA key import with format 1 by default

This commit is contained in:
Arnaud Fontaine
2021-09-22 15:06:32 +02:00
parent 55c97d590c
commit 461e5fd123
2 changed files with 3 additions and 1 deletions

View File

@@ -224,4 +224,6 @@ public final class Constants {
protected static final short AES_BLOCK_SIZE = (short)16;
protected static final boolean RSA_IMPORT_SUPPORTS_FORMAT_1 = false;
}