Package com.netscape.certsrv.kra
Interface IJoinShares
-
- All Known Implementing Classes:
OldJoinShares
public interface IJoinShares
Deprecated.Use Java's reflection API to leverage CMS's old Share and JoinShares implementations.- Version:
- $Revision$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
addShare(int shareNum, byte[] share)
Deprecated.int
getShareCount()
Deprecated.void
initialize(int threshold)
Deprecated.byte[]
recoverSecret()
Deprecated.
-