Uses of Interface
org.bouncycastle.jce.interfaces.GOST3410Params
-
Packages that use GOST3410Params Package Description org.bouncycastle.jcajce.provider.asymmetric.gost org.bouncycastle.jce.interfaces Interfaces for supporting Elliptic Curve Keys, El Gamal, and PKCS12 attributes.org.bouncycastle.jce.spec Parameter specifications for supporting El Gamal, and Elliptic Curve. -
-
Uses of GOST3410Params in org.bouncycastle.jcajce.provider.asymmetric.gost
Methods in org.bouncycastle.jcajce.provider.asymmetric.gost that return GOST3410Params Modifier and Type Method Description GOST3410Params
BCGOST3410PrivateKey. getParameters()
GOST3410Params
BCGOST3410PublicKey. getParameters()
-
Uses of GOST3410Params in org.bouncycastle.jce.interfaces
Methods in org.bouncycastle.jce.interfaces that return GOST3410Params Modifier and Type Method Description GOST3410Params
GOST3410Key. getParameters()
-
Uses of GOST3410Params in org.bouncycastle.jce.spec
Classes in org.bouncycastle.jce.spec that implement GOST3410Params Modifier and Type Class Description class
GOST3410ParameterSpec
ParameterSpec for a GOST 3410-94 key.
-