Package de.flexiprovider.core.elgamal.semanticallysecure

Provides the semantically secure variant of the ElGamal encryption algorithm.

See:
          Description

Class Summary
SSVElGamal This class implements a semantically secure variant of the original ElGamal encryption.
SSVElGamalKeyFactory This class is able to transform SSVElGamal-keys and SSVElGamal-key specs into a form that can be used with the FlexiCoreProvider.
SSVElGamalKeyGenParameterSpec This class specifies parameters used for initializing the SSVElGamalKeyPairGenerator.
SSVElGamalKeyPairGenerator This class is used to generate key pairs for the semantically secure variant of the ElGamal encryption algorithm (implemented by SSVElGamal).
SSVElGamalPrivateKey This class implements the PrivateKey interface.
SSVElGamalPrivateKeySpec This class specifies an SSVElGamal private key.
SSVElGamalPublicKey This class implements the PublicKey interface.
SSVElGamalPublicKeySpec This class specifies an ElGamal public key.
 

Package de.flexiprovider.core.elgamal.semanticallysecure Description

Provides the semantically secure variant of the ElGamal encryption algorithm.