Class ECJPAKEUtil

java.lang.Object
org.bouncycastle.crypto.agreement.ecjpake.ECJPAKEUtil

public class ECJPAKEUtil extends Object
Primitives needed for a EC J-PAKE exchange.

The recommended way to perform an EC J-PAKE exchange is by using two ECJPAKEParticipants. Internally, those participants call these primitive operations in ECJPAKEUtil.

The primitives, however, can be used without a ECJPAKEParticipant if needed.