This commit is contained in:
NIIBE Yutaka
2012-06-26 17:59:24 +09:00
parent 1118cd030a
commit a41476ab32
19 changed files with 842 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
Feature: import keys to token
In order to use a token
A token should have keys
Scenario: importing OPENPGP.1 key (sign)
Given a RSA key pair 0
And importing it to the token as OPENPGP.1
Then it should get success
Scenario: importing OPENPGP.2 key (decrypt)
Given a RSA key pair 1
And importing it to the token as OPENPGP.2
Then it should get success
Scenario: importing OPENPGP.3 key (authentication)
Given a RSA key pair 2
And importing it to the token as OPENPGP.3
Then it should get success