Class HbProofFields
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.HbProofFields
-
public class HbProofFields extends PathResponse
(hbprf) HbProof is a signature using HeartbeatAddress's partkey, thereby showing it is online.
-
-
Constructor Summary
Constructors Constructor Description HbProofFields()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
hbPk()
void
hbPk(String base64Encoded)
(p) Public key of the heartbeat message.String
hbPk1sig()
void
hbPk1sig(String base64Encoded)
(p1s) Signature of OneTimeSignatureSubkeyOffsetID(PK, Batch, Offset) under the key PK2.String
hbPk2()
void
hbPk2(String base64Encoded)
(p2) Key for new-style two-level ephemeral signature.String
hbPk2sig()
void
hbPk2sig(String base64Encoded)
(p2s) Signature of OneTimeSignatureSubkeyBatchID(PK2, Batch) under the master key (OneTimeSignatureVerifier).String
hbSig()
void
hbSig(String base64Encoded)
(s) Signature of the heartbeat message.-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Method Detail
-
hbPk
public void hbPk(String base64Encoded)
(p) Public key of the heartbeat message.
-
hbPk
public String hbPk()
-
hbPk1sig
public void hbPk1sig(String base64Encoded)
(p1s) Signature of OneTimeSignatureSubkeyOffsetID(PK, Batch, Offset) under the key PK2.
-
hbPk1sig
public String hbPk1sig()
-
hbPk2
public void hbPk2(String base64Encoded)
(p2) Key for new-style two-level ephemeral signature.
-
hbPk2
public String hbPk2()
-
hbPk2sig
public void hbPk2sig(String base64Encoded)
(p2s) Signature of OneTimeSignatureSubkeyBatchID(PK2, Batch) under the master key (OneTimeSignatureVerifier).
-
hbPk2sig
public String hbPk2sig()
-
hbSig
public void hbSig(String base64Encoded)
(s) Signature of the heartbeat message.
-
hbSig
public String hbSig()
-
-