um.di.lmf.enote
Class IDPair

java.lang.Object
  extended byum.di.lmf.enote.IDPair
All Implemented Interfaces:
iaik.asn1.ASN1Type

public class IDPair
extends java.lang.Object
implements iaik.asn1.ASN1Type

This is the IDPair class


Field Summary
protected  byte[] commit1
          The commit sequence for the first half
protected  byte[] commit2
          The commit sequence for the second half
protected  java.math.BigInteger commitkey1
          The key for the commitment of the first half
protected  java.math.BigInteger commitkey2
          The key for the commitment of the second half
protected  byte[] half1
          The first half of the id pair
protected  byte[] half2
          The second half of the id pair
 
Constructor Summary
IDPair(java.lang.String id)
          This is the constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

half1

protected byte[] half1
The first half of the id pair


commit1

protected byte[] commit1
The commit sequence for the first half


commitkey1

protected java.math.BigInteger commitkey1
The key for the commitment of the first half


half2

protected byte[] half2
The second half of the id pair


commit2

protected byte[] commit2
The commit sequence for the second half


commitkey2

protected java.math.BigInteger commitkey2
The key for the commitment of the second half

Constructor Detail

IDPair

public IDPair(java.lang.String id)
This is the constructor