Uses of Class
org.bouncycastle.crypto.ec.ECPair
-
Packages that use ECPair Package Description org.bouncycastle.crypto.ec -
-
Uses of ECPair in org.bouncycastle.crypto.ec
Methods in org.bouncycastle.crypto.ec that return ECPair Modifier and Type Method Description ECPair
ECElGamalEncryptor. encrypt(ECPoint point)
Process a single EC point using the basic ElGamal algorithm.ECPair
ECEncryptor. encrypt(ECPoint point)
ECPair
ECFixedTransform. transform(ECPair cipherText)
Transform an existing cipher text pair using the ElGamal algorithm.ECPair
ECNewPublicKeyTransform. transform(ECPair cipherText)
Transform an existing cipher text pair using the ElGamal algorithm.ECPair
ECNewRandomnessTransform. transform(ECPair cipherText)
Transform an existing cipher test pair using the ElGamal algorithm.ECPair
ECPairTransform. transform(ECPair cipherText)
Methods in org.bouncycastle.crypto.ec with parameters of type ECPair Modifier and Type Method 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
ECFixedTransform. transform(ECPair cipherText)
Transform an existing cipher text pair using the ElGamal algorithm.ECPair
ECNewPublicKeyTransform. transform(ECPair cipherText)
Transform an existing cipher text pair using the ElGamal algorithm.ECPair
ECNewRandomnessTransform. transform(ECPair cipherText)
Transform an existing cipher test pair using the ElGamal algorithm.ECPair
ECPairTransform. transform(ECPair cipherText)
-