Package de.flexiprovider.ec.keys

Provides classes for EC keys and key specifications.

See:
          Description

Class Summary
ECKeyFactory Key factories are used to convert keys (opaque cryptographic keys of type Key) into key specifications (transparent representations of the underlying key material), and vice versa.
ECKeyPairGenerator This class is used to generate pairs of EC public and private keys.
ECPrivateKey The interface to an EC private key.
ECPrivateKeySpec This class specifies an EC private key with its associated parameters.
ECPublicKey The interface to a EC public key.
ECPublicKeySpec This class specifies a EC public key with its associated parameters.
ECSecretKey This class implements an EC secret key.
 

Package de.flexiprovider.ec.keys Description

Provides classes for EC keys and key specifications. Contains the key pair generator and key factory for EC keys.