public class OldJoinShares extends java.lang.Object implements IJoinShares
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
mOldImpl
Deprecated.
|
| Constructor and Description |
|---|
OldJoinShares()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addShare(int shareNum,
byte[] share)
Deprecated.
|
int |
getShareCount()
Deprecated.
|
void |
initialize(int threshold)
Deprecated.
|
byte[] |
recoverSecret()
Deprecated.
|
public void initialize(int threshold)
throws java.lang.Exception
initialize in interface IJoinSharesjava.lang.Exceptionpublic void addShare(int shareNum,
byte[] share)
addShare in interface IJoinSharespublic int getShareCount()
getShareCount in interface IJoinSharespublic byte[] recoverSecret()
recoverSecret in interface IJoinShares