Uses of Class
org.bouncycastle.crypto.agreement.jpake.JPAKERound1Payload
-
Packages that use JPAKERound1Payload Package Description org.bouncycastle.crypto.agreement.jpake -
-
Uses of JPAKERound1Payload in org.bouncycastle.crypto.agreement.jpake
Methods in org.bouncycastle.crypto.agreement.jpake that return JPAKERound1Payload Modifier and Type Method Description JPAKERound1Payload
JPAKEParticipant. createRound1PayloadToSend()
Creates and returns the payload to send to the other participant during round 1.Methods in org.bouncycastle.crypto.agreement.jpake with parameters of type JPAKERound1Payload Modifier and Type Method Description void
JPAKEParticipant. validateRound1PayloadReceived(JPAKERound1Payload round1PayloadReceived)
Validates the payload received from the other participant during round 1.
-