com.netscape.certsrv.kra
Interface IJoinShares

All Known Implementing Classes:
OldJoinShares

Deprecated.

public interface 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) $

Method Summary
 void addShare(int shareNum, byte[] share)
          Deprecated.  
 int getShareCount()
          Deprecated.  
 void initialize(int threshold)
          Deprecated.  
 byte[] recoverSecret()
          Deprecated.  
 

Method Detail

initialize

void initialize(int threshold)
                throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

addShare

void addShare(int shareNum,
              byte[] share)
Deprecated. 

getShareCount

int getShareCount()
Deprecated. 

recoverSecret

byte[] recoverSecret()
Deprecated.