Uses of Class
org.gudy.bouncycastle.jce.spec.ECParameterSpec
Packages that use ECParameterSpec
Package
Description
-
Uses of ECParameterSpec in org.gudy.bouncycastle.jce.interfaces
Methods in org.gudy.bouncycastle.jce.interfaces that return ECParameterSpecModifier and TypeMethodDescriptionECKey.getParams()
return a parameter specification representing the EC domain parameters for the key. -
Uses of ECParameterSpec in org.gudy.bouncycastle.jce.provider
Fields in org.gudy.bouncycastle.jce.provider declared as ECParameterSpecModifier and TypeFieldDescription(package private) ECParameterSpec
JDKKeyPairGenerator.EC.ecParams
private ECParameterSpec
JCEECPrivateKey.ecSpec
private ECParameterSpec
JCEECPublicKey.ecSpec
Methods in org.gudy.bouncycastle.jce.provider that return ECParameterSpecConstructors in org.gudy.bouncycastle.jce.provider with parameters of type ECParameterSpecModifierConstructorDescription(package private)
JCEECPrivateKey
(String algorithm, ECPrivateKeyParameters params, ECParameterSpec spec) (package private)
JCEECPublicKey
(String algorithm, ECPublicKeyParameters params, ECParameterSpec spec) (package private)
JCEECPublicKey
(String algorithm, ECPoint q, ECParameterSpec ecSpec) -
Uses of ECParameterSpec in org.gudy.bouncycastle.jce.spec
Subclasses of ECParameterSpec in org.gudy.bouncycastle.jce.specModifier and TypeClassDescriptionclass
specification signifying that the curve parameters can also be refered to by name.Fields in org.gudy.bouncycastle.jce.spec declared as ECParameterSpecMethods in org.gudy.bouncycastle.jce.spec that return ECParameterSpecModifier and TypeMethodDescriptionECKeySpec.getParams()
return the domain parameters for the curveConstructors in org.gudy.bouncycastle.jce.spec with parameters of type ECParameterSpecModifierConstructorDescriptionprotected
ECKeySpec
(ECParameterSpec spec) ECPrivateKeySpec
(BigInteger d, ECParameterSpec spec) base constructorECPublicKeySpec
(ECPoint q, ECParameterSpec spec) base constructor