Uses of Class
org.bouncycastle.jcajce.spec.ECDomainParameterSpec
Packages that use ECDomainParameterSpec
Package
Description
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 ECDomainParameterSpecModifier and TypeMethodDescriptionECGOST3410PrivateKeySpec.getParams()
ECGOST3410PublicKeySpec.getParams()
Constructor parameters in org.bouncycastle.jcajce.spec with type arguments of type ECDomainParameterSpecModifierConstructorDescriptionECGOST3410PrivateKeySpec
(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.