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 |
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.
|
ECPair |
ECPairTransform.transform(ECPair cipherText) |
Modifier and Type | Method and Description |
---|---|
ECPoint |
ECDecryptor.decrypt(ECPair cipherText) |
ECPoint |
ECElGamalDecryptor.decrypt(ECPair pair)
Decrypt an EC pair producing the original EC point.
|
boolean |
ECPair.equals(ECPair other) |
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.
|
ECPair |
ECPairTransform.transform(ECPair cipherText) |
Copyright © 2021 BouncyCastle.org. All rights reserved.