Uses of Class
org.bouncycastle.crypto.agreement.jpake.JPAKERound3Payload
-
Packages that use JPAKERound3Payload Package Description org.bouncycastle.crypto.agreement.jpake -
-
Uses of JPAKERound3Payload in org.bouncycastle.crypto.agreement.jpake
Methods in org.bouncycastle.crypto.agreement.jpake that return JPAKERound3Payload Modifier and Type Method Description JPAKERound3Payload
JPAKEParticipant. createRound3PayloadToSend(BigInteger keyingMaterial)
Creates and returns the payload to send to the other participant during round 3.Methods in org.bouncycastle.crypto.agreement.jpake with parameters of type JPAKERound3Payload Modifier and Type Method Description void
JPAKEParticipant. validateRound3PayloadReceived(JPAKERound3Payload round3PayloadReceived, BigInteger keyingMaterial)
Validates the payload received from the other participant during round 3.
-