aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java')
-rw-r--r--src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java b/src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java
index de9356b..8a635e0 100644
--- a/src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java
+++ b/src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java
@@ -70,7 +70,7 @@ public class KeyAgreementTestable extends BaseTestable {
}
@Override
- public void run() throws TestException {
+ public void run() {
if (kgtPrivate != null) {
privateKey = (ECPrivateKey) kgtPrivate.getKeyPair().getPrivate();
}