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.Object
mOldImpl
Deprecated.
-
Constructor Summary
Constructors Constructor Description OldJoinShares()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addShare(int shareNum, byte[] share)
Deprecated.int
getShareCount()
Deprecated.void
initialize(int threshold)
Deprecated.byte[]
recoverSecret()
Deprecated.
-
-
-
Method Detail
-
initialize
public void initialize(int threshold) throws java.lang.Exception
Deprecated.- Specified by:
initialize
in interfaceIJoinShares
- Throws:
java.lang.Exception
-
addShare
public void addShare(int shareNum, byte[] share)
Deprecated.- Specified by:
addShare
in interfaceIJoinShares
-
getShareCount
public int getShareCount()
Deprecated.- Specified by:
getShareCount
in interfaceIJoinShares
-
recoverSecret
public byte[] recoverSecret()
Deprecated.- Specified by:
recoverSecret
in interfaceIJoinShares
-
-