|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectum.di.lmf.enote.BlindedOrder
This class represents a digital cash note blinded order, used in the withdrawal protocol
Field Summary | |
protected byte[] |
blinded_hash
The blinded hash |
Constructor Summary | |
BlindedOrder()
This is the constructor that should be used before building an object with decode. |
Method Summary | |
void |
decode(iaik.asn1.ASN1Object obj)
Decodes an ASN1Object according to the ASN.1 type the class implements. |
byte[] |
getBlindedHash()
Returns the blinded hash |
iaik.asn1.ASN1Object |
toASN1Object()
Creates an ASN1Object according to the ASN.1 type the class implements. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected byte[] blinded_hash
Constructor Detail |
public BlindedOrder()
Method Detail |
public byte[] getBlindedHash()
public void decode(iaik.asn1.ASN1Object obj) throws iaik.asn1.CodingException
decode
in interface iaik.asn1.ASN1Type
iaik.asn1.CodingException
public iaik.asn1.ASN1Object toASN1Object() throws iaik.asn1.CodingException
toASN1Object
in interface iaik.asn1.ASN1Type
iaik.asn1.CodingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |