summaryrefslogtreecommitdiff
path: root/qa/qa/runtime/key/dsa.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/runtime/key/dsa.rb')
-rw-r--r--qa/qa/runtime/key/dsa.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/qa/qa/runtime/key/dsa.rb b/qa/qa/runtime/key/dsa.rb
new file mode 100644
index 00000000000..e984107b747
--- /dev/null
+++ b/qa/qa/runtime/key/dsa.rb
@@ -0,0 +1,11 @@
+module QA
+ module Runtime
+ module Key
+ class DSA < Base
+ def initialize
+ super('dsa', 1024)
+ end
+ end
+ end
+ end
+end