refactor keycrypter hierarchy, add ECIESKeyCrypter #2

This commit is contained in:
Craig Raw 2020-05-11 17:39:39 +02:00
parent 492f447c28
commit 242c83735a

View file

@ -12,7 +12,7 @@ import java.security.SecureRandom;
import java.util.Arrays; import java.util.Arrays;
/* /*
* *
*/ */
public class AESKeyCrypter implements KeyCrypter { public class AESKeyCrypter implements KeyCrypter {
/** /**