Package | Description |
---|---|
old.org.bouncycastle.jce.interfaces | |
old.org.bouncycastle.jce.provider | |
old.org.bouncycastle.jce.provider.asymmetric.ec | |
old.org.bouncycastle.jce.spec |
Modifier and Type | Method and Description |
---|---|
ECParameterSpec |
ECKey.getParameters()
return a parameter specification representing the EC domain parameters
for the key.
|
Modifier and Type | Method and Description |
---|---|
static ECParameterSpec |
ProviderUtil.getEcImplicitlyCa() |
ECParameterSpec |
JCEECPublicKey.getParameters() |
ECParameterSpec |
JCEECPrivateKey.getParameters() |
Constructor and Description |
---|
JCEECPrivateKey(String algorithm,
ECPrivateKeyParameters params,
JCEECPublicKey pubKey,
ECParameterSpec spec) |
JCEECPublicKey(String algorithm,
ECPublicKeyParameters params,
ECParameterSpec spec) |
Modifier and Type | Method and Description |
---|---|
static ECParameterSpec |
EC5Util.convertSpec(ECParameterSpec ecSpec,
boolean withCompression) |
Modifier and Type | Method and Description |
---|---|
static ECParameterSpec |
EC5Util.convertSpec(EllipticCurve ellipticCurve,
ECParameterSpec spec) |
Modifier and Type | Class and Description |
---|---|
class |
ECNamedCurveParameterSpec
specification signifying that the curve parameters can also be
refered to by name.
|
Modifier and Type | Method and Description |
---|---|
ECParameterSpec |
ECKeySpec.getParams()
return the domain parameters for the curve
|
Constructor and Description |
---|
ECKeySpec(ECParameterSpec spec) |
ECPrivateKeySpec(BigInteger d,
ECParameterSpec spec)
base constructor
|
ECPublicKeySpec(ECPoint q,
ECParameterSpec spec)
base constructor
|
Copyright © 2015. All rights reserved.