aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/spongycastle/prov/src/main/java/org/spongycastle/jce/interfaces/GOST3410Key.java
blob: f1a03f9f795ce92c732884372e9534d9e53226f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
package org.spongycastle.jce.interfaces;

/**
 * Main interface for a GOST 3410-94 key.
 */
public interface GOST3410Key
{

    public GOST3410Params getParameters();

}