See: Description
Class | Description |
---|---|
ECKeySpec |
base class for an Elliptic Curve Key Spec
|
ECNamedCurveGenParameterSpec |
Named curve generation spec
|
ECNamedCurveParameterSpec |
specification signifying that the curve parameters can also be
refered 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
|
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
|
RepeatedSecretKeySpec |
A simple object to indicate that a symmetric cipher should reuse the
last key provided.
|