Uses of Class
org.bouncycastle.jcajce.spec.ECDomainParameterSpec
-
Packages that use ECDomainParameterSpec Package Description org.bouncycastle.jcajce.spec Key and algorithm parameters specifications for supporting provider specific algorithms and modes. -
-
Uses of ECDomainParameterSpec in org.bouncycastle.jcajce.spec
Methods in org.bouncycastle.jcajce.spec that return types with arguments of type ECDomainParameterSpec Modifier and Type Method Description GOST3410ParameterSpec<ECDomainParameterSpec>
ECGOST3410PrivateKeySpec. getParams()
GOST3410ParameterSpec<ECDomainParameterSpec>
ECGOST3410PublicKeySpec. getParams()
Constructor parameters in org.bouncycastle.jcajce.spec with type arguments of type ECDomainParameterSpec 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.
-