aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/libs/jni/NativeKeyAgreementSpi.java
diff options
context:
space:
mode:
authorJ08nY2018-08-12 14:08:57 +0200
committerJ08nY2018-08-12 14:08:57 +0200
commit574a46017950e4e04b9e52cb52c74ad9948060cb (patch)
treee861c90f483a8a5dc29523c14496ccf7d4189eda /src/cz/crcs/ectester/standalone/libs/jni/NativeKeyAgreementSpi.java
parentfb19b67c5f707af80cba280efa0ae0fa20d7fc8f (diff)
downloadECTester-574a46017950e4e04b9e52cb52c74ad9948060cb.tar.gz
ECTester-574a46017950e4e04b9e52cb52c74ad9948060cb.tar.zst
ECTester-574a46017950e4e04b9e52cb52c74ad9948060cb.zip
Reformat all code.
Diffstat (limited to '')
-rw-r--r--src/cz/crcs/ectester/standalone/libs/jni/NativeKeyAgreementSpi.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cz/crcs/ectester/standalone/libs/jni/NativeKeyAgreementSpi.java b/src/cz/crcs/ectester/standalone/libs/jni/NativeKeyAgreementSpi.java
index 4858ccd..fdbdccf 100644
--- a/src/cz/crcs/ectester/standalone/libs/jni/NativeKeyAgreementSpi.java
+++ b/src/cz/crcs/ectester/standalone/libs/jni/NativeKeyAgreementSpi.java
@@ -5,13 +5,12 @@ import cz.crcs.ectester.common.util.ECUtil;
import javax.crypto.KeyAgreementSpi;
import javax.crypto.SecretKey;
import javax.crypto.ShortBufferException;
-import javax.crypto.spec.SecretKeySpec;
import java.security.*;
import java.security.interfaces.ECPrivateKey;
import java.security.interfaces.ECPublicKey;
import java.security.spec.AlgorithmParameterSpec;
-import java.security.spec.ECParameterSpec;
import java.security.spec.ECGenParameterSpec;
+import java.security.spec.ECParameterSpec;
/**
* @author Jan Jancar johny@neuromancer.sk