com.netscape.cms.shares
Class OldJoinShares
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mOldImpl
public java.lang.Object mOldImpl
- Deprecated.
OldJoinShares
public OldJoinShares()
- Deprecated.
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