diff options
| author | J08nY | 2018-08-12 14:08:57 +0200 |
|---|---|---|
| committer | J08nY | 2018-08-12 14:08:57 +0200 |
| commit | 574a46017950e4e04b9e52cb52c74ad9948060cb (patch) | |
| tree | e861c90f483a8a5dc29523c14496ccf7d4189eda /src/cz/crcs/ectester/standalone/libs/jni/NativeKeyAgreementSpi.java | |
| parent | fb19b67c5f707af80cba280efa0ae0fa20d7fc8f (diff) | |
| download | ECTester-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.java | 3 |
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 |
