Package | Description |
---|---|
old.org.bouncycastle.jce.interfaces | |
old.org.bouncycastle.jce.provider | |
old.org.bouncycastle.jce.spec |
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 © 2015. All rights reserved.