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 class
Parameters for use with OAEP formatted key wrapping/unwrapping and encryption/decryption.static final class
Parameters for use with PKCS#1 v1.5 formatted key wrapping/unwrapping and encryption/decryption.static final class
Parameters for use with unformatted encryption/decryption.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 AsymmetricBlockCipher
ElGamal.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.