OutPIRAccess.java 611 B

123456789101112131415161718192021222324
  1. package struct;
  2. import oram.Tuple;
  3. public class OutPIRAccess {
  4. public Tuple[] pathTuples_CD;
  5. public Tuple[] pathTuples_CE;
  6. public Tuple[] pathTuples_DE;
  7. public OutPIRCOT j;
  8. public TwoThreeXorByte X;
  9. public TwoThreeXorByte nextL;
  10. public byte[] Lip1;
  11. public OutPIRAccess(Tuple[] pathTuples_CD, Tuple[] pathTuples_CE, Tuple[] pathTuples_DE, OutPIRCOT j,
  12. TwoThreeXorByte X, TwoThreeXorByte nextL, byte[] Lip1) {
  13. this.pathTuples_CD = pathTuples_CD;
  14. this.pathTuples_CE = pathTuples_CE;
  15. this.pathTuples_DE = pathTuples_DE;
  16. this.j = j;
  17. this.X = X;
  18. this.nextL = nextL;
  19. this.Lip1 = Lip1;
  20. }
  21. }