Uses of Class
org.gudy.bouncycastle.jce.spec.ECParameterSpec
-
Packages that use ECParameterSpec Package Description org.gudy.bouncycastle.jce.interfaces org.gudy.bouncycastle.jce.provider org.gudy.bouncycastle.jce.spec -
-
Uses of ECParameterSpec in org.gudy.bouncycastle.jce.interfaces
Methods in org.gudy.bouncycastle.jce.interfaces that return ECParameterSpec Modifier and Type Method Description ECParameterSpec
ECKey. 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 ECParameterSpec Modifier and Type Field Description (package private) ECParameterSpec
JDKKeyPairGenerator.EC. ecParams
private ECParameterSpec
JCEECPrivateKey. ecSpec
private ECParameterSpec
JCEECPublicKey. ecSpec
Methods in org.gudy.bouncycastle.jce.provider that return ECParameterSpec Modifier and Type Method Description ECParameterSpec
JCEECPrivateKey. getParams()
ECParameterSpec
JCEECPublicKey. getParams()
Constructors in org.gudy.bouncycastle.jce.provider with parameters of type ECParameterSpec Constructor Description JCEECPrivateKey(java.lang.String algorithm, ECPrivateKeyParameters params, ECParameterSpec spec)
JCEECPublicKey(java.lang.String algorithm, ECPublicKeyParameters params, ECParameterSpec spec)
JCEECPublicKey(java.lang.String algorithm, ECPoint q, ECParameterSpec ecSpec)
-
Uses of ECParameterSpec in org.gudy.bouncycastle.jce.spec
Subclasses of ECParameterSpec in org.gudy.bouncycastle.jce.spec Modifier and Type Class Description class
ECNamedCurveParameterSpec
specification signifying that the curve parameters can also be refered to by name.Fields in org.gudy.bouncycastle.jce.spec declared as ECParameterSpec Modifier and Type Field Description private ECParameterSpec
ECKeySpec. spec
Methods in org.gudy.bouncycastle.jce.spec that return ECParameterSpec Modifier and Type Method Description ECParameterSpec
ECKeySpec. getParams()
return the domain parameters for the curveConstructors in org.gudy.bouncycastle.jce.spec with parameters of type ECParameterSpec Constructor Description ECKeySpec(ECParameterSpec spec)
ECPrivateKeySpec(java.math.BigInteger d, ECParameterSpec spec)
base constructorECPublicKeySpec(ECPoint q, ECParameterSpec spec)
base constructor
-