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.Object
mOldImpl
Deprecated.
-
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.void
initialize(byte[] secret, int threshold)
Deprecated.
-
-
-
Method Detail
-
initialize
public void initialize(byte[] secret, int threshold) throws java.lang.Exception
Deprecated.- Specified by:
initialize
in interfaceIShare
- Throws:
java.lang.Exception
-
createShare
public byte[] createShare(int sharenumber)
Deprecated.- Specified by:
createShare
in interfaceIShare
-
-