Uses of Class
org.bouncycastle.jce.spec.ElGamalParameterSpec
-
Packages that use ElGamalParameterSpec Package Description org.bouncycastle.jcajce.provider.asymmetric.elgamal org.bouncycastle.jce.interfaces Interfaces for supporting Elliptic Curve Keys, El Gamal, and PKCS12 attributes.org.bouncycastle.jce.provider org.bouncycastle.jce.spec Parameter specifications for supporting El Gamal, and Elliptic Curve. -
-
Uses of ElGamalParameterSpec in org.bouncycastle.jcajce.provider.asymmetric.elgamal
Methods in org.bouncycastle.jcajce.provider.asymmetric.elgamal that return ElGamalParameterSpec Modifier and Type Method Description ElGamalParameterSpec
BCElGamalPrivateKey. getParameters()
ElGamalParameterSpec
BCElGamalPublicKey. getParameters()
-
Uses of ElGamalParameterSpec in org.bouncycastle.jce.interfaces
Methods in org.bouncycastle.jce.interfaces that return ElGamalParameterSpec Modifier and Type Method Description ElGamalParameterSpec
ElGamalKey. getParameters()
-
Uses of ElGamalParameterSpec in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that return ElGamalParameterSpec Modifier and Type Method Description ElGamalParameterSpec
JCEElGamalPrivateKey. getParameters()
ElGamalParameterSpec
JCEElGamalPublicKey. getParameters()
-
Uses of ElGamalParameterSpec in org.bouncycastle.jce.spec
Methods in org.bouncycastle.jce.spec that return ElGamalParameterSpec Modifier and Type Method Description ElGamalParameterSpec
ElGamalKeySpec. getParams()
Constructors in org.bouncycastle.jce.spec with parameters of type ElGamalParameterSpec Constructor Description ElGamalKeySpec(ElGamalParameterSpec spec)
ElGamalPrivateKeySpec(BigInteger x, ElGamalParameterSpec spec)
ElGamalPublicKeySpec(BigInteger y, ElGamalParameterSpec spec)
-