aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java
diff options
context:
space:
mode:
authorJ08nY2017-12-30 03:43:13 +0100
committerJ08nY2017-12-30 03:43:13 +0100
commitbbc29b640dc0a94e5faa48f647f3420316914c67 (patch)
treee66bebe2b39340eb9166005ea05a3b2a53187136 /src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java
parentf0cc9ea002d6e853075e2d99a81d8537e2b2f41f (diff)
downloadECTester-bbc29b640dc0a94e5faa48f647f3420316914c67.tar.gz
ECTester-bbc29b640dc0a94e5faa48f647f3420316914c67.tar.zst
ECTester-bbc29b640dc0a94e5faa48f647f3420316914c67.zip
Add more comprehensive XML output to standalone app.
Diffstat (limited to 'src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java')
-rw-r--r--src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java b/src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java
index 8e9b0dd..de9356b 100644
--- a/src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java
+++ b/src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java
@@ -50,6 +50,18 @@ public class KeyAgreementTestable extends BaseTestable {
this.kgtPublic = pubKgt;
}
+ public KeyAgreement getKa() {
+ return ka;
+ }
+
+ public ECPublicKey getPublicKey() {
+ return publicKey;
+ }
+
+ public ECPrivateKey getPrivateKey() {
+ return privateKey;
+ }
+
public byte[] getSecret() {
if (!hasRun) {
return null;