com.netscape.cms.shares
Class OldJoinShares

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

Deprecated.

public class OldJoinShares
extends java.lang.Object
implements IJoinShares

Use Java's reflection API to leverage CMS's old Share and JoinShares implementations.

Version:
$Revision: 1226 $ $Date: 2010-08-19 14:16:41 -0700 (Thu, 19 Aug 2010) $

Field Summary
 java.lang.Object mOldImpl
          Deprecated.  
 
Constructor Summary
OldJoinShares()
          Deprecated.  
 
Method Summary
 void addShare(int shareNum, byte[] share)
          Deprecated.  
 int getShareCount()
          Deprecated.  
 void initialize(int threshold)
          Deprecated.  
 byte[] recoverSecret()
          Deprecated.  
 
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
Deprecated. 
Constructor Detail

OldJoinShares

public OldJoinShares()
Deprecated. 
Method Detail

initialize

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

addShare

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

getShareCount

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

recoverSecret

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