Class | Description |
---|---|
ECKeySpec |
base class for an Elliptic Curve Key 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
|
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 |
A parameter spec for the GOST-28147 cipher.
|
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 |
Static/ephemeral private key (pair) for use with ECMQV key agreement
(Optionally provides the ephemeral public key)
|
MQVPublicKeySpec |
Static/ephemeral public key pair for use with ECMQV key agreement
|
Copyright © 2015. All rights reserved.