com.netscape.cms.shares
Class OldJoinShares

java.lang.Object
  extended by com.netscape.cms.shares.OldJoinShares
All Implemented Interfaces:
IJoinShares

public class OldJoinShares
extends java.lang.Object
implements IJoinShares


Field Summary
 java.lang.Object mOldImpl
           
 
Constructor Summary
OldJoinShares()
           
 
Method Summary
 void addShare(int shareNum, byte[] share)
           
 int getShareCount()
           
 void initialize(int threshold)
           
 byte[] recoverSecret()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mOldImpl

public java.lang.Object mOldImpl
Constructor Detail

OldJoinShares

public OldJoinShares()
Method Detail

initialize

public void initialize(int threshold)
                throws java.lang.Exception
Specified by:
initialize in interface IJoinShares
Throws:
java.lang.Exception

addShare

public void addShare(int shareNum,
                     byte[] share)
Specified by:
addShare in interface IJoinShares

getShareCount

public int getShareCount()
Specified by:
getShareCount in interface IJoinShares

recoverSecret

public byte[] recoverSecret()
Specified by:
recoverSecret in interface IJoinShares