Uses of Class
org.bouncycastle.crypto.general.ElGamal.Parameters
-
Packages that use ElGamal.Parameters Package Description org.bouncycastle.crypto.general 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.general Modifier and Type Class Description static class
ElGamal.OAEPParameters
Parameters for use with OAEP formatted key wrapping/unwrapping and encryption/decryption.static class
ElGamal.PKCS1v15Parameters
Parameters for use with PKCS#1 v1.5 formatted key wrapping/unwrapping and encryption/decryption.static class
ElGamal.RawParameters
Parameters for use with unformatted encryption/decryption.Methods in org.bouncycastle.crypto.general that return types with arguments of type ElGamal.Parameters Modifier and Type Method Description SingleBlockDecryptor<ElGamal.Parameters>
ElGamal.OperatorFactory. createBlockDecryptor(AsymmetricKey key, ElGamal.Parameters parameters)
Methods in org.bouncycastle.crypto.general with parameters of type ElGamal.Parameters Modifier and Type Method Description SingleBlockDecryptor<ElGamal.Parameters>
ElGamal.OperatorFactory. createBlockDecryptor(AsymmetricKey key, ElGamal.Parameters parameters)
protected AsymmetricBlockCipher
ElGamal.OperatorFactory. createCipher(boolean forEncryption, AsymmetricKey key, ElGamal.Parameters parameters, java.security.SecureRandom random)
Constructors in org.bouncycastle.crypto.general with parameters of type ElGamal.Parameters Constructor Description KeyGenParameters(ElGamal.Parameters parameters, DHDomainParameters domainParameters)
Constructor for specifying the ElGamal algorithm explicitly.
-