Uses of Class
zeroecho.core.alg.elgamal.ElgamalKeyGenSpec
Packages that use ElgamalKeyGenSpec
Package
Description
ElGamal asymmetric encryption integration.
Streaming cryptographic builders for symmetric encryption, signatures, MACs,
digests, and KEM envelopes.
-
Uses of ElgamalKeyGenSpec in zeroecho.core.alg.elgamal
Methods in zeroecho.core.alg.elgamal that return ElgamalKeyGenSpecModifier and TypeMethodDescriptionstatic ElgamalKeyGenSpecElgamalKeyGenSpec.elgamal2048()Returns a default ElGamal spec with a 2048-bit modulus and 128 iterations for primality testing. -
Uses of ElgamalKeyGenSpec in zeroecho.sdk.builders.alg
Methods in zeroecho.sdk.builders.alg with parameters of type ElgamalKeyGenSpecModifier and TypeMethodDescriptionElgamalEncDataContentBuilder.generateKeyPair(ElgamalKeyGenSpec spec) Requests generation of a fresh ElGamal key pair using the provided key generation specification.