Uses of Class
org.bouncycastle.jcajce.spec.GOST3410ParameterSpec
Packages that use GOST3410ParameterSpec
Package
Description
Key interfaces for supporting provider specific algorithms.
Key and algorithm parameters specifications for supporting provider specific algorithms and modes.
-
Uses of GOST3410ParameterSpec in org.bouncycastle.jcajce.interfaces
Methods in org.bouncycastle.jcajce.interfaces that return GOST3410ParameterSpec -
Uses of GOST3410ParameterSpec in org.bouncycastle.jcajce.spec
Methods in org.bouncycastle.jcajce.spec that return GOST3410ParameterSpecModifier and TypeMethodDescriptionECGOST3410PrivateKeySpec.getParams()
ECGOST3410PublicKeySpec.getParams()
GOST3410PrivateKeySpec.getParams()
GOST3410PublicKeySpec.getParams()
Constructors in org.bouncycastle.jcajce.spec with parameters of type GOST3410ParameterSpecModifierConstructorDescriptionECGOST3410PrivateKeySpec
(BigInteger s, GOST3410ParameterSpec<ECDomainParameterSpec> parameters) Creates a new GOST3410PrivateKeySpec with the specified parameter values.ECGOST3410PublicKeySpec
(ECPoint w, GOST3410ParameterSpec<ECDomainParameterSpec> parameters) Creates a new GOST3410PublicKeySpec with the specified parameter values.Creates a new GOST3410PrivateKeySpec with the specified parameter values.Creates a new GOST3410PublicKeySpec with the specified parameter values.