com.netscape.certsrv.kra
Interface IJoinShares

All Known Implementing Classes:
OldJoinShares

public interface IJoinShares


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

Method Detail

initialize

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

addShare

void addShare(int shareNum,
              byte[] share)

getShareCount

int getShareCount()

recoverSecret

byte[] recoverSecret()