diff options
| author | J08nY | 2018-07-28 18:34:09 +0200 |
|---|---|---|
| committer | J08nY | 2018-07-28 18:34:09 +0200 |
| commit | f7cd2f14fec676fedc6484eff9a64ebc41d3d910 (patch) | |
| tree | a9a0ff30952750a72dd40186dc5b64e878f9c76c /src/cz/crcs/ectester/standalone/ECTesterStandalone.java | |
| parent | 4399ba5e724763675ddda41a9f9380fa565f5584 (diff) | |
| download | ECTester-f7cd2f14fec676fedc6484eff9a64ebc41d3d910.tar.gz ECTester-f7cd2f14fec676fedc6484eff9a64ebc41d3d910.tar.zst ECTester-f7cd2f14fec676fedc6484eff9a64ebc41d3d910.zip | |
Redo Mscng key storage.
Diffstat (limited to 'src/cz/crcs/ectester/standalone/ECTesterStandalone.java')
| -rw-r--r-- | src/cz/crcs/ectester/standalone/ECTesterStandalone.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cz/crcs/ectester/standalone/ECTesterStandalone.java b/src/cz/crcs/ectester/standalone/ECTesterStandalone.java index 2897d20..2f132fa 100644 --- a/src/cz/crcs/ectester/standalone/ECTesterStandalone.java +++ b/src/cz/crcs/ectester/standalone/ECTesterStandalone.java @@ -275,7 +275,6 @@ public class ECTesterStandalone { .findFirst() .orElse(null))); - if (kaIdent == null || kpIdent == null) { throw new NoSuchAlgorithmException(algo); } else { |
