aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/libs/ECLibrary.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/cz/crcs/ectester/standalone/libs/ECLibrary.java')
-rw-r--r--src/cz/crcs/ectester/standalone/libs/ECLibrary.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cz/crcs/ectester/standalone/libs/ECLibrary.java b/src/cz/crcs/ectester/standalone/libs/ECLibrary.java
index 7e26dbe..1e73e61 100644
--- a/src/cz/crcs/ectester/standalone/libs/ECLibrary.java
+++ b/src/cz/crcs/ectester/standalone/libs/ECLibrary.java
@@ -14,9 +14,9 @@ public interface ECLibrary {
boolean isInitialized();
- Set<KeyAgreementIdent> getECKAs();
+ Set<KeyAgreementIdent> getKAs();
- Set<SignatureIdent> getECSigs();
+ Set<SignatureIdent> getSigs();
Set<KeyPairGeneratorIdent> getKPGs();