See: Description
Class | Description |
---|---|
ECKeySpec |
base class for an Elliptic Curve Key Spec
|
ECNamedCurveGenParameterSpec |
Named curve generation spec
If you are using JDK 1.5 you should be looking at ECGenParameterSpec.
|
ECNamedCurveParameterSpec |
specification signifying that the curve parameters can also be
referred to by name.
|
ECNamedCurveSpec |
specification signifying that the curve parameters can also be
referred to by name.
|
ECParameterSpec |
basic domain parameters for an Elliptic Curve public or private key.
|
ECPrivateKeySpec |
Elliptic Curve private key specification.
|
ECPublicKeySpec |
Elliptic Curve public key specification
|
ElGamalGenParameterSpec | |
ElGamalKeySpec | |
ElGamalParameterSpec | |
ElGamalPrivateKeySpec |
This class specifies an ElGamal private key with its associated parameters.
|
ElGamalPublicKeySpec |
This class specifies an ElGamal public key with its associated parameters.
|
GOST28147ParameterSpec | Deprecated
use org.bouncycastle.jcajce.spec.GOST28147ParameterSpec
|
GOST3410ParameterSpec |
ParameterSpec for a GOST 3410-94 key.
|
GOST3410PrivateKeySpec |
This class specifies a GOST3410-94 private key with its associated parameters.
|
GOST3410PublicKeyParameterSetSpec |
ParameterSpec for a GOST 3410-94 key parameters.
|
GOST3410PublicKeySpec |
This class specifies a GOST3410-94 public key with its associated parameters.
|
IEKeySpec |
key pair for use with an integrated encryptor - together
they provide what's required to generate the message.
|
IESParameterSpec |
Parameter spec for an integrated encryptor, as in IEEE P1363a
|
MQVPrivateKeySpec | Deprecated
use MQVParameterSpec
|
MQVPublicKeySpec | Deprecated
use MQVParameterSpec
|
RepeatedSecretKeySpec | Deprecated
use super class org.bouncycastle.jcajce.spec.RepeatedSecretKeySpec
|