|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectum.di.lmf.enote.BlindedOrder
um.di.lmf.enote.OpenBlindedOrder
This class represents a digital cash note blinded order, used in the withdrawal protocol
Field Summary | |
protected java.math.BigInteger |
blinding_factor
The private information used to mask the blinded hash |
protected OpenOrder |
oorder
The enclosed open order |
Fields inherited from class um.di.lmf.enote.BlindedOrder |
blinded_hash |
Constructor Summary | |
OpenBlindedOrder()
This is the constructor that should be used before building an object with decode. |
|
OpenBlindedOrder(OpenOrder oorder)
This constructor builds an open blinded order from an open order. |
Method Summary | |
void |
decode(iaik.asn1.ASN1Object obj)
Decodes an ASN1Object according to the ASN.1 type the class implements. |
java.math.BigInteger |
getBlindingFactor()
Returns the blinding_factor |
OpenOrder |
getOpenOrder()
Returns the enclosed open order |
iaik.asn1.ASN1Object |
toASN1Object()
Creates an ASN1Object according to the ASN.1 type the class implements. |
iaik.asn1.ASN1Object |
toBlindedOrderASN1Object()
Creates an ASN1Object of the enclosed BlindedOrder object |
Methods inherited from class um.di.lmf.enote.BlindedOrder |
getBlindedHash |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.math.BigInteger blinding_factor
protected OpenOrder oorder
Constructor Detail |
public OpenBlindedOrder()
public OpenBlindedOrder(OpenOrder oorder) throws java.security.NoSuchAlgorithmException, RSABlindSignatureException, iaik.asn1.CodingException
Method Detail |
public java.math.BigInteger getBlindingFactor()
public OpenOrder getOpenOrder()
public iaik.asn1.ASN1Object toBlindedOrderASN1Object() throws iaik.asn1.CodingException
iaik.asn1.CodingException
public void decode(iaik.asn1.ASN1Object obj) throws iaik.asn1.CodingException
decode
in interface iaik.asn1.ASN1Type
decode
in class BlindedOrder
iaik.asn1.CodingException
public iaik.asn1.ASN1Object toASN1Object() throws iaik.asn1.CodingException
toASN1Object
in interface iaik.asn1.ASN1Type
toASN1Object
in class BlindedOrder
iaik.asn1.CodingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |