test: tested loading ECDSA key pair from text

This commit is contained in:
zihluwang
2025-01-26 20:05:06 +08:00
parent 5f9ea34af0
commit cf7e5efa62
7 changed files with 105 additions and 11 deletions
@@ -43,6 +43,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.lang.reflect.InvocationTargetException;
import java.security.NoSuchAlgorithmException;
import java.security.interfaces.ECPrivateKey;
import java.security.interfaces.ECPublicKey;
import java.time.Duration;