com.netscape.cms.shares
Class OldShare

java.lang.Object
  extended by com.netscape.cms.shares.OldShare
All Implemented Interfaces:
IShare

Deprecated.

public class OldShare
extends java.lang.Object
implements IShare

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
OldShare()
          Deprecated.  
 
Method Summary
 byte[] createShare(int sharenumber)
          Deprecated.  
 void initialize(byte[] secret, int threshold)
          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

OldShare

public OldShare()
Deprecated. 
Method Detail

initialize

public void initialize(byte[] secret,
                       int threshold)
                throws java.lang.Exception
Deprecated. 
Specified by:
initialize in interface IShare
Throws:
java.lang.Exception

createShare

public byte[] createShare(int sharenumber)
Deprecated. 
Specified by:
createShare in interface IShare