Uses of package net.i2p.crypto.elgamal.spec
Package | Description |
---|---|
net.i2p.crypto |
These classes provide a number of low-level cryptographic routines.
|
net.i2p.crypto.elgamal |
Interfaces for ElGamal keys, used for I2PProvider.
|
net.i2p.crypto.elgamal.impl |
Implementation of ElGamal keys, used for I2PProvider.
|
net.i2p.crypto.elgamal.spec |
Specs ElGamal keys, used for I2PProvider.
|
-
Classes in net.i2p.crypto.elgamal.spec used by net.i2p.crypto Class Description ElGamalParameterSpec Copied from org.bouncycastle.jce.spec This can't actually be passed to the BC provider, we would have to use reflection to create a "real" org.bouncycasle.jce.spec.ElGamalParameterSpec. -
Classes in net.i2p.crypto.elgamal.spec used by net.i2p.crypto.elgamal Class Description ElGamalParameterSpec Copied from org.bouncycastle.jce.spec This can't actually be passed to the BC provider, we would have to use reflection to create a "real" org.bouncycasle.jce.spec.ElGamalParameterSpec. -
Classes in net.i2p.crypto.elgamal.spec used by net.i2p.crypto.elgamal.impl Class Description ElGamalParameterSpec Copied from org.bouncycastle.jce.spec This can't actually be passed to the BC provider, we would have to use reflection to create a "real" org.bouncycasle.jce.spec.ElGamalParameterSpec.ElGamalPrivateKeySpec This class specifies an ElGamal private key with its associated parameters.ElGamalPublicKeySpec This class specifies an ElGamal public key with its associated parameters. -
Classes in net.i2p.crypto.elgamal.spec used by net.i2p.crypto.elgamal.spec Class Description ElGamalKeySpec ElGamalParameterSpec Copied from org.bouncycastle.jce.spec This can't actually be passed to the BC provider, we would have to use reflection to create a "real" org.bouncycasle.jce.spec.ElGamalParameterSpec.