Class ECSchnorrZKP
- java.lang.Object
-
- org.bouncycastle.crypto.agreement.ecjpake.ECSchnorrZKP
-
public class ECSchnorrZKP extends java.lang.Object
Package protected class containing zero knowledge proof, for an EC J-PAKE exchange.This class encapsulates the values involved in the Schnorr zero-knowledge proof used in the EC J-PAKE protocol.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
getr()
ECPoint
getV()
-
-
-
Method Detail
-
getV
public ECPoint getV()
-
getr
public java.math.BigInteger getr()
-
-