Package | Description |
---|---|
com.tinfoilsms.crypto | |
com.tinfoilsms.test | |
org.spongycastle.jcajce.provider.asymmetric.ec | |
org.spongycastle.jcajce.provider.config | |
org.spongycastle.jce.interfaces |
Interfaces for supporting Elliptic Curve Keys, El Gamal, and PKCS12 attributes.
|
org.spongycastle.jce.provider | |
org.spongycastle.jce.spec |
Parameter specifications for supporting El Gamal, and Elliptic Curve.
|
Modifier and Type | Field and Description |
---|---|
private ECParameterSpec |
ECKeyParam.ECParamSpec |
Modifier and Type | Method and Description |
---|---|
ECParameterSpec |
ECKeyParam.getECParamSpec() |
Modifier and Type | Field and Description |
---|---|
private ECParameterSpec |
ECKeyParamTest.expectedCurve |
Modifier and Type | Method and Description |
---|---|
static ECParameterSpec |
EC5Util.convertSpec(java.security.spec.ECParameterSpec ecSpec,
boolean withCompression) |
(package private) ECParameterSpec |
BCECPrivateKey.engineGetSpec() |
(package private) ECParameterSpec |
BCECPublicKey.engineGetSpec() |
ECParameterSpec |
BCECPrivateKey.getParameters() |
ECParameterSpec |
BCECPublicKey.getParameters() |
Modifier and Type | Method and Description |
---|---|
static java.security.spec.ECParameterSpec |
EC5Util.convertSpec(java.security.spec.EllipticCurve ellipticCurve,
ECParameterSpec spec) |
Constructor and Description |
---|
BCECPrivateKey(java.lang.String algorithm,
ECPrivateKeyParameters params,
BCECPublicKey pubKey,
ECParameterSpec spec,
ProviderConfiguration configuration) |
BCECPublicKey(java.lang.String algorithm,
ECPublicKeyParameters params,
ECParameterSpec spec,
ProviderConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
ECParameterSpec |
ProviderConfiguration.getEcImplicitlyCa() |
Modifier and Type | Method and Description |
---|---|
ECParameterSpec |
ECKey.getParameters()
return a parameter specification representing the EC domain parameters
for the key.
|
Modifier and Type | Field and Description |
---|---|
private ECParameterSpec |
BouncyCastleProviderConfiguration.ecImplicitCaParams |
Modifier and Type | Method and Description |
---|---|
ECParameterSpec |
BouncyCastleProviderConfiguration.getEcImplicitlyCa() |
Modifier and Type | Class and Description |
---|---|
class |
ECNamedCurveParameterSpec
specification signifying that the curve parameters can also be
refered to by name.
|
Modifier and Type | Field and Description |
---|---|
private ECParameterSpec |
ECKeySpec.spec |
Modifier and Type | Method and Description |
---|---|
ECParameterSpec |
ECKeySpec.getParams()
return the domain parameters for the curve
|
Constructor and Description |
---|
ECKeySpec(ECParameterSpec spec) |
ECPrivateKeySpec(java.math.BigInteger d,
ECParameterSpec spec)
base constructor
|
ECPublicKeySpec(ECPoint q,
ECParameterSpec spec)
base constructor
|