summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/test/KeyGeneratorTestable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/cz/crcs/ectester/standalone/test/KeyGeneratorTestable.java')
-rw-r--r--src/cz/crcs/ectester/standalone/test/KeyGeneratorTestable.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cz/crcs/ectester/standalone/test/KeyGeneratorTestable.java b/src/cz/crcs/ectester/standalone/test/KeyGeneratorTestable.java
index ca7f1e7..3fca168 100644
--- a/src/cz/crcs/ectester/standalone/test/KeyGeneratorTestable.java
+++ b/src/cz/crcs/ectester/standalone/test/KeyGeneratorTestable.java
@@ -28,6 +28,10 @@ public class KeyGeneratorTestable extends BaseTestable {
this.spec = spec;
}
+ public KeyPairGenerator getKpg() {
+ return kpg;
+ }
+
public KeyPair getKeyPair() {
return kp;
}