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.
|
Modifier and Type | Method and Description |
---|---|
ElGamalParameterSpec |
BCElGamalPrivateKey.getParameters() |
ElGamalParameterSpec |
BCElGamalPublicKey.getParameters() |
Modifier and Type | Method and Description |
---|---|
ElGamalParameterSpec |
ElGamalKey.getParameters() |
Modifier and Type | Method and Description |
---|---|
ElGamalParameterSpec |
JCEElGamalPublicKey.getParameters() |
ElGamalParameterSpec |
JCEElGamalPrivateKey.getParameters() |
Modifier and Type | Method and Description |
---|---|
ElGamalParameterSpec |
ElGamalKeySpec.getParams() |
Constructor and Description |
---|
ElGamalKeySpec(ElGamalParameterSpec spec) |
ElGamalPrivateKeySpec(BigInteger x,
ElGamalParameterSpec spec) |
ElGamalPublicKeySpec(BigInteger y,
ElGamalParameterSpec spec) |
Copyright © 2020 BouncyCastle.org. All rights reserved.