| Package | Description |
|---|---|
| org.bouncycastle.crypto.ec |
| Modifier and Type | Method and Description |
|---|---|
ECPair |
ECEncryptor.encrypt(ECPoint point) |
ECPair |
ECElGamalEncryptor.encrypt(ECPoint point)
Process a single EC point using the basic ElGamal algorithm.
|
ECPair |
ECPairTransform.transform(ECPair cipherText) |
ECPair |
ECNewRandomnessTransform.transform(ECPair cipherText)
Transform an existing cipher test pair using the ElGamal algorithm.
|
ECPair |
ECNewPublicKeyTransform.transform(ECPair cipherText)
Transform an existing cipher text pair using the ElGamal algorithm.
|
ECPair |
ECFixedTransform.transform(ECPair cipherText)
Transform an existing cipher text pair using the ElGamal algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
ECPoint |
ECElGamalDecryptor.decrypt(ECPair pair)
Decrypt an EC pair producing the original EC point.
|
ECPoint |
ECDecryptor.decrypt(ECPair cipherText) |
boolean |
ECPair.equals(ECPair other) |
ECPair |
ECPairTransform.transform(ECPair cipherText) |
ECPair |
ECNewRandomnessTransform.transform(ECPair cipherText)
Transform an existing cipher test pair using the ElGamal algorithm.
|
ECPair |
ECNewPublicKeyTransform.transform(ECPair cipherText)
Transform an existing cipher text pair using the ElGamal algorithm.
|
ECPair |
ECFixedTransform.transform(ECPair cipherText)
Transform an existing cipher text pair using the ElGamal algorithm.
|
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.