Uses of Class
java.security.spec.ECParameterSpec
| Package | Description |
|---|---|
| java.security.interfaces |
This package provides the interfaces needed to generate:
(1) Keys for the RSA asymmetric encryption algorithm using the PKCS#1 standard;
(2) Keys for the Digital Signature Algorithm (DSA) specified by FIPS-186;
(3) Keys for a generic Elliptic Curve asymmetric encryption algorithm.
|
| java.security.spec |
This package provides the classes and interfaces needed to specify keys and parameters for
encryption and signing algorithms.
|
| org.bouncycastle.jcajce.provider.asymmetric.ec | |
| org.bouncycastle.jcajce.provider.asymmetric.util | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.jce.spec | |
| org.conscrypt |
-
Uses of ECParameterSpec in java.security.interfaces
Methods in java.security.interfaces that return ECParameterSpec Modifier and Type Method Description ECParameterSpecECKey. getParams()Returns the EC key parameters. -
Uses of ECParameterSpec in java.security.spec
Methods in java.security.spec that return ECParameterSpec Modifier and Type Method Description ECParameterSpecECPrivateKeySpec. getParams()Returns the domain parameter specification.ECParameterSpecECPublicKeySpec. getParams()Returns the domain parameter specification.Constructors in java.security.spec with parameters of type ECParameterSpec Constructor Description ECPrivateKeySpec(BigInteger s, ECParameterSpec params)Creates a newECPrivateKeySpecwith the specified private valueSand parameter specification.ECPublicKeySpec(ECPoint w, ECParameterSpec params)Creates a newECPublicKeywith the specified public elliptic curve point and parameter specification. -
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. getParams()ECParameterSpecBCECPublicKey. getParams()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(EllipticCurve ellipticCurve, ECParameterSpec spec)Methods in org.bouncycastle.jcajce.provider.asymmetric.util with parameters of type ECParameterSpec Modifier and Type Method Description static ECPointEC5Util. convertPoint(ECParameterSpec ecSpec, ECPoint point, boolean withCompression)static ECParameterSpecEC5Util. convertSpec(ECParameterSpec ecSpec, boolean withCompression) -
Uses of ECParameterSpec in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that return ECParameterSpec Modifier and Type Method Description ECParameterSpecJCEECPrivateKey. getParams()ECParameterSpecJCEECPublicKey. getParams()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 classECNamedCurveSpecspecification signifying that the curve parameters can also be referred to by name. -
Uses of ECParameterSpec in org.conscrypt
Methods in org.conscrypt that return ECParameterSpec Modifier and Type Method Description ECParameterSpecOpenSSLECGroupContext. getECParameterSpec()ECParameterSpecOpenSSLECPrivateKey. getParams()ECParameterSpecOpenSSLECPublicKey. getParams()Methods in org.conscrypt with parameters of type ECParameterSpec Modifier and Type Method Description static OpenSSLECGroupContextOpenSSLECGroupContext. getInstance(ECParameterSpec params)