Package com.netscape.cms.shares
Class OldJoinShares
- java.lang.Object
-
- com.netscape.cms.shares.OldJoinShares
-
- All Implemented Interfaces:
IJoinShares
public class OldJoinShares extends java.lang.Object implements IJoinShares
Deprecated.Use Java's reflection API to leverage CMS's old Share and JoinShares implementations.- Version:
- $Revision$ $Date$
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.ObjectmOldImplDeprecated.
-
Constructor Summary
Constructors Constructor Description OldJoinShares()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddShare(int shareNum, byte[] share)Deprecated.intgetShareCount()Deprecated.voidinitialize(int threshold)Deprecated.byte[]recoverSecret()Deprecated.
-
-
-
Method Detail
-
initialize
public void initialize(int threshold) throws java.lang.ExceptionDeprecated.- Specified by:
initializein interfaceIJoinShares- Throws:
java.lang.Exception
-
addShare
public void addShare(int shareNum, byte[] share)Deprecated.- Specified by:
addSharein interfaceIJoinShares
-
getShareCount
public int getShareCount()
Deprecated.- Specified by:
getShareCountin interfaceIJoinShares
-
recoverSecret
public byte[] recoverSecret()
Deprecated.- Specified by:
recoverSecretin interfaceIJoinShares
-
-