Skip to content

Commit 425e5e8

Browse files
committed
Added a small TODO section.
1 parent a5a3990 commit 425e5e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/ro/kuberam/libs/java/crypto/encrypt/AsymmetricEncryption.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,9 @@ private static PrivateKey loadPrivateKey(String base64PrivateKey, String algorit
210210
return kf.generatePrivate(keySpec);
211211
}
212212
}
213+
// move loadPublicKey() and loadPrivateKey() to Key management section
214+
// add providers to loadPublicKey() and loadPrivateKey()
215+
// test AsymmetricEncryption with ad-hoc generated keys
216+
// add AsymmetricEncryption for binaries
217+
// change the output of symmetric encryption to base64Binary string (and tests, too)
218+
// add / improve error message for AsymmetricEncryption when the text to be encrypted is larger that the key

0 commit comments

Comments
 (0)