aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/consts/KeyAgreementIdent.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/consts/KeyAgreementIdent.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/consts/KeyAgreementIdent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cz/crcs/ectester/standalone/consts/KeyAgreementIdent.java b/src/cz/crcs/ectester/standalone/consts/KeyAgreementIdent.java
index eb7adc6..66d8235 100644
--- a/src/cz/crcs/ectester/standalone/consts/KeyAgreementIdent.java
+++ b/src/cz/crcs/ectester/standalone/consts/KeyAgreementIdent.java
@@ -22,7 +22,7 @@ public class KeyAgreementIdent extends Ident {
// ECDH and ECDHC with SHA as KDF, OIDs from RFC 3278
ALL.add(new KeyAgreementIdent("ECDHwithSHA1KDF", true, "1.3.133.16.840.63.0.2"));
ALL.add(new KeyAgreementIdent("ECCDHwithSHA1KDF", true, "1.3.133.16.840.63.0.3"));
- ALL.add(new KeyAgreementIdent("ECDHwithSHA224KDF",true, "1.3.132.1.11.0"));
+ ALL.add(new KeyAgreementIdent("ECDHwithSHA224KDF", true, "1.3.132.1.11.0"));
ALL.add(new KeyAgreementIdent("ECCDHwithSHA224KDF", true, "1.3.132.1.14.0"));
ALL.add(new KeyAgreementIdent("ECDHwithSHA256KDF", true, "1.3.132.1.11.1"));
ALL.add(new KeyAgreementIdent("ECCDHwithSHA256KDF", true, "1.3.132.1.14.1"));