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