aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/libs/ProviderECLibrary.java
diff options
context:
space:
mode:
authorJ08nY2018-11-23 15:25:22 +0100
committerJ08nY2018-11-23 15:25:22 +0100
commit977bc58d83195e804769f837bd206c3467354ffe (patch)
tree19129b8e10ac636f3ec8fee865bbc3d66fccdcbb /src/cz/crcs/ectester/standalone/libs/ProviderECLibrary.java
parent644ebed6714df70df0a78bbeb04c9941eb7f69f8 (diff)
downloadECTester-977bc58d83195e804769f837bd206c3467354ffe.tar.gz
ECTester-977bc58d83195e804769f837bd206c3467354ffe.tar.zst
ECTester-977bc58d83195e804769f837bd206c3467354ffe.zip
Diffstat (limited to 'src/cz/crcs/ectester/standalone/libs/ProviderECLibrary.java')
-rw-r--r--src/cz/crcs/ectester/standalone/libs/ProviderECLibrary.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cz/crcs/ectester/standalone/libs/ProviderECLibrary.java b/src/cz/crcs/ectester/standalone/libs/ProviderECLibrary.java
index 9108eaf..83a9dc9 100644
--- a/src/cz/crcs/ectester/standalone/libs/ProviderECLibrary.java
+++ b/src/cz/crcs/ectester/standalone/libs/ProviderECLibrary.java
@@ -62,6 +62,18 @@ public abstract class ProviderECLibrary implements ECLibrary {
return results;
}
+ public boolean supportsNativeTiming() {
+ return false;
+ }
+
+ public long getNativeTimingResolution() {
+ return 0;
+ }
+
+ public long getLastNativeTiming() {
+ return 0;
+ }
+
@Override
public Set<KeyAgreementIdent> getKAs() {
return getIdents("KeyAgreement", KeyAgreementIdent::get);