Welcome to mirror list, hosted at ThFree Co, Russian Federation.

GOST3410Key.java « interfaces « jce « spongycastle « org « java « main « src « prov - gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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();

}