com.netscape.certsrv.kra
Interface IShare

All Known Implementing Classes:
OldShare

Deprecated.

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

Method Summary
 byte[] createShare(int sharenumber)
          Deprecated.  
 void initialize(byte[] secret, int threshold)
          Deprecated.  
 

Method Detail

initialize

void initialize(byte[] secret,
                int threshold)
                throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

createShare

byte[] createShare(int sharenumber)
Deprecated.