Uses of Class
org.bouncycastle.jcajce.spec.ECDomainParameterSpec
Packages that use ECDomainParameterSpec
Package
Description
Key interfaces for supporting provider specific algorithms.
Key and algorithm parameters specifications for supporting provider specific algorithms and modes.
-
Uses of ECDomainParameterSpec in org.bouncycastle.jcajce.interfaces
Subinterfaces with type arguments of type ECDomainParameterSpec in org.bouncycastle.jcajce.interfacesModifier and TypeInterfaceDescriptioninterfaceInterface that a ECGOST-3410 private key needs to conform to.interfaceInterface that a ECGOST-3410 public key needs to conform to. -
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.