Uses of Class
org.bouncycastle.crypto.general.ElGamal.Parameters
Packages that use ElGamal.Parameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of ElGamal.Parameters in org.bouncycastle.crypto.general
Subclasses of ElGamal.Parameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classParameters for use with OAEP formatted key wrapping/unwrapping and encryption/decryption.static final classParameters for use with PKCS#1 v1.5 formatted key wrapping/unwrapping and encryption/decryption.static final classParameters for use with unformatted encryption/decryption.Subclasses with type arguments of type ElGamal.Parameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for creating ElGamal encryption/decryption operators.Methods in org.bouncycastle.crypto.general that return types with arguments of type ElGamal.ParametersModifier and TypeMethodDescriptionElGamal.OperatorFactory.createBlockDecryptor(AsymmetricKey key, ElGamal.Parameters parameters) Methods in org.bouncycastle.crypto.general with parameters of type ElGamal.ParametersModifier and TypeMethodDescriptionElGamal.OperatorFactory.createBlockDecryptor(AsymmetricKey key, ElGamal.Parameters parameters) protected AsymmetricBlockCipherElGamal.OperatorFactory.createCipher(boolean forEncryption, AsymmetricKey key, ElGamal.Parameters parameters, SecureRandom random) Constructors in org.bouncycastle.crypto.general with parameters of type ElGamal.ParametersModifierConstructorDescriptionKeyGenParameters(ElGamal.Parameters parameters, DHDomainParameters domainParameters) Constructor for specifying the ElGamal algorithm explicitly.