Uses of Class
org.bouncycastle.jcajce.spec.GOST3410ParameterSpec
-
Packages that use GOST3410ParameterSpec Package Description org.bouncycastle.jcajce.interfaces Key interfaces for supporting provider specific algorithms.org.bouncycastle.jcajce.spec 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 Modifier and Type Method Description GOST3410ParameterSpec<T>
GOST3410Key. getParams()
-
Uses of GOST3410ParameterSpec in org.bouncycastle.jcajce.spec
Methods in org.bouncycastle.jcajce.spec that return GOST3410ParameterSpec Modifier and Type Method Description GOST3410ParameterSpec<ECDomainParameterSpec>
ECGOST3410PrivateKeySpec. getParams()
GOST3410ParameterSpec<ECDomainParameterSpec>
ECGOST3410PublicKeySpec. getParams()
GOST3410ParameterSpec<GOST3410DomainParameterSpec>
GOST3410PrivateKeySpec. getParams()
GOST3410ParameterSpec<GOST3410DomainParameterSpec>
GOST3410PublicKeySpec. getParams()
Constructors in org.bouncycastle.jcajce.spec with parameters of type GOST3410ParameterSpec Constructor Description ECGOST3410PrivateKeySpec(java.math.BigInteger s, GOST3410ParameterSpec<ECDomainParameterSpec> parameters)
Creates a new GOST3410PrivateKeySpec with the specified parameter values.ECGOST3410PublicKeySpec(java.security.spec.ECPoint w, GOST3410ParameterSpec<ECDomainParameterSpec> parameters)
Creates a new GOST3410PublicKeySpec with the specified parameter values.GOST3410PrivateKeySpec(java.math.BigInteger x, GOST3410ParameterSpec<GOST3410DomainParameterSpec> parameters)
Creates a new GOST3410PrivateKeySpec with the specified parameter values.GOST3410PublicKeySpec(java.math.BigInteger y, GOST3410ParameterSpec<GOST3410DomainParameterSpec> parameters)
Creates a new GOST3410PublicKeySpec with the specified parameter values.
-