Package com.netscape.cms.shares
Class OldShare
- java.lang.Object
-
- com.netscape.cms.shares.OldShare
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.ObjectmOldImplDeprecated.
-
Constructor Summary
Constructors Constructor Description OldShare()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description byte[]createShare(int sharenumber)Deprecated.voidinitialize(byte[] secret, int threshold)Deprecated.
-
-
-
Method Detail
-
initialize
public void initialize(byte[] secret, int threshold) throws java.lang.ExceptionDeprecated.- Specified by:
initializein interfaceIShare- Throws:
java.lang.Exception
-
createShare
public byte[] createShare(int sharenumber)
Deprecated.- Specified by:
createSharein interfaceIShare
-
-