|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectum.di.lmf.enote.IDPair
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 |
protected byte[] half1
protected byte[] commit1
protected java.math.BigInteger commitkey1
protected byte[] half2
protected byte[] commit2
protected java.math.BigInteger commitkey2
Constructor Detail |
public IDPair(java.lang.String id)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |