Uses of Class
org.bouncycastle.jce.spec.ECParameterSpec
-
Uses of ECParameterSpec in org.bouncycastle.jcajce.provider.asymmetric.ec
Methods in org.bouncycastle.jcajce.provider.asymmetric.ec that return ECParameterSpec Modifier and Type Method Description ECParameterSpecBCECPrivateKey. getParameters()ECParameterSpecBCECPublicKey. getParameters()Constructors in org.bouncycastle.jcajce.provider.asymmetric.ec with parameters of type ECParameterSpec Constructor Description BCECPrivateKey(String algorithm, ECPrivateKeyParameters params, BCECPublicKey pubKey, ECParameterSpec spec, ProviderConfiguration configuration)BCECPublicKey(String algorithm, ECPublicKeyParameters params, ECParameterSpec spec, ProviderConfiguration configuration) -
Uses of ECParameterSpec in org.bouncycastle.jcajce.provider.asymmetric.util
Methods in org.bouncycastle.jcajce.provider.asymmetric.util that return ECParameterSpec Modifier and Type Method Description static ECParameterSpecEC5Util. convertSpec(ECParameterSpec ecSpec, boolean withCompression)Methods in org.bouncycastle.jcajce.provider.asymmetric.util with parameters of type ECParameterSpec Modifier and Type Method Description static ECParameterSpecEC5Util. convertSpec(EllipticCurve ellipticCurve, ECParameterSpec spec) -
Uses of ECParameterSpec in org.bouncycastle.jcajce.provider.config
Methods in org.bouncycastle.jcajce.provider.config that return ECParameterSpec Modifier and Type Method Description ECParameterSpecProviderConfiguration. getEcImplicitlyCa() -
Uses of ECParameterSpec in org.bouncycastle.jce.interfaces
Methods in org.bouncycastle.jce.interfaces that return ECParameterSpec Modifier and Type Method Description ECParameterSpecECKey. getParameters()return a parameter specification representing the EC domain parameters for the key. -
Uses of ECParameterSpec in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that return ECParameterSpec Modifier and Type Method Description ECParameterSpecJCEECPrivateKey. getParameters()ECParameterSpecJCEECPublicKey. getParameters()Constructors in org.bouncycastle.jce.provider with parameters of type ECParameterSpec Constructor Description JCEECPrivateKey(String algorithm, ECPrivateKeyParameters params, JCEECPublicKey pubKey, ECParameterSpec spec)JCEECPublicKey(String algorithm, ECPublicKeyParameters params, ECParameterSpec spec) -
Uses of ECParameterSpec in org.bouncycastle.jce.spec
Subclasses of ECParameterSpec in org.bouncycastle.jce.spec Modifier and Type Class Description classECNamedCurveParameterSpecspecification signifying that the curve parameters can also be refered to by name.Methods in org.bouncycastle.jce.spec that return ECParameterSpec Modifier and Type Method Description ECParameterSpecECKeySpec. getParams()return the domain parameters for the curveConstructors in org.bouncycastle.jce.spec with parameters of type ECParameterSpec Constructor Description ECKeySpec(ECParameterSpec spec)ECPrivateKeySpec(BigInteger d, ECParameterSpec spec)base constructorECPublicKeySpec(ECPoint q, ECParameterSpec spec)base constructor