Interface IShare

  • All Known Implementing Classes:
    OldShare

    public interface IShare
    Deprecated.
    Use Java's reflection API to leverage CMS's old Share and JoinShares implementations.
    Version:
    $Revision$ $Date$
    • Method Detail

      • initialize

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

        byte[] createShare​(int sharenumber)
        Deprecated.