aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/spongycastle/prov/src/main/java/org/spongycastle/jce/interfaces/GOST3410Key.java
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/spongycastle/prov/src/main/java/org/spongycastle/jce/interfaces/GOST3410Key.java')
-rw-r--r--libraries/spongycastle/prov/src/main/java/org/spongycastle/jce/interfaces/GOST3410Key.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/libraries/spongycastle/prov/src/main/java/org/spongycastle/jce/interfaces/GOST3410Key.java b/libraries/spongycastle/prov/src/main/java/org/spongycastle/jce/interfaces/GOST3410Key.java
deleted file mode 100644
index f1a03f9f7..000000000
--- a/libraries/spongycastle/prov/src/main/java/org/spongycastle/jce/interfaces/GOST3410Key.java
+++ /dev/null
@@ -1,11 +0,0 @@
-package org.spongycastle.jce.interfaces;
-
-/**
- * Main interface for a GOST 3410-94 key.
- */
-public interface GOST3410Key
-{
-
- public GOST3410Params getParameters();
-
-}