Class JPAKERound2Payload

    • Constructor Summary

      Constructors 
      Constructor Description
      JPAKERound2Payload​(java.lang.String participantId, java.math.BigInteger a, java.math.BigInteger[] knowledgeProofForX2s)  
    • Constructor Detail

      • JPAKERound2Payload

        public JPAKERound2Payload​(java.lang.String participantId,
                                  java.math.BigInteger a,
                                  java.math.BigInteger[] knowledgeProofForX2s)
    • Method Detail

      • getParticipantId

        public java.lang.String getParticipantId()
      • getA

        public java.math.BigInteger getA()
      • getKnowledgeProofForX2s

        public java.math.BigInteger[] getKnowledgeProofForX2s()