Interface GOST3410Key<T extends java.security.spec.AlgorithmParameterSpec>
-
- All Known Subinterfaces:
ECGOST3410PrivateKey,ECGOST3410PublicKey,GOST3410PrivateKey,GOST3410PublicKey
public interface GOST3410Key<T extends java.security.spec.AlgorithmParameterSpec>Main interface for a GOST keys.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GOST3410ParameterSpec<T>getParams()
-
-
-
Method Detail
-
getParams
GOST3410ParameterSpec<T> getParams()
-
-