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 classElGamal.OAEPParametersParameters for use with OAEP formatted key wrapping/unwrapping and encryption/decryption.static classElGamal.PKCS1v15ParametersParameters for use with PKCS#1 v1.5 formatted key wrapping/unwrapping and encryption/decryption.static classElGamal.RawParametersParameters 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 AsymmetricBlockCipherElGamal.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.
-