Class JPAKERound1Payload

    • Constructor Summary

      Constructors 
      Constructor Description
      JPAKERound1Payload​(java.lang.String participantId, java.math.BigInteger gx1, java.math.BigInteger gx2, java.math.BigInteger[] knowledgeProofForX1, java.math.BigInteger[] knowledgeProofForX2)  
    • Constructor Detail

      • JPAKERound1Payload

        public JPAKERound1Payload​(java.lang.String participantId,
                                  java.math.BigInteger gx1,
                                  java.math.BigInteger gx2,
                                  java.math.BigInteger[] knowledgeProofForX1,
                                  java.math.BigInteger[] knowledgeProofForX2)
    • Method Detail

      • getParticipantId

        public java.lang.String getParticipantId()
      • getGx1

        public java.math.BigInteger getGx1()
      • getGx2

        public java.math.BigInteger getGx2()
      • getKnowledgeProofForX1

        public java.math.BigInteger[] getKnowledgeProofForX1()
      • getKnowledgeProofForX2

        public java.math.BigInteger[] getKnowledgeProofForX2()