com.netscape.certsrv.kra
Interface IShare

All Known Implementing Classes:
OldShare

public interface IShare


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

Method Detail

initialize

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

createShare

byte[] createShare(int sharenumber)