Package de.flexiprovider.core.elgamal

Provides the ElGamal cipher algorithm.

See:
          Description

Class Summary
ElGamal This class implements ElGamal encryption.
ElGamalKeyFactory This class is able to transform ElGamal-keys and ElGamal-key specs into a form that can be used with the FlexiCoreProvider.
ElGamalKeyGenParameterSpec This class specifies parameters used for initializing the ElGamalKeyPairGenerator.
ElGamalKeyPairGenerator This class is used to generate key pairs for the ElGamal encryption algorithm (implemented by ElGamal).
ElGamalPrivateKey This class implements the PrivateKey interface.
ElGamalPrivateKeySpec This class specifies an ElGamal private key.
ElGamalPublicKey This class implements the PublicKey interface.
ElGamalPublicKeySpec This class specifies an ElGamal public key.
 

Package de.flexiprovider.core.elgamal Description

Provides the ElGamal cipher algorithm.