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 Detail

      • initialize

        void initialize​(int threshold)
                 throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception
      • addShare

        void addShare​(int shareNum,
                      byte[] share)
        Deprecated.
      • getShareCount

        int getShareCount()
        Deprecated.
      • recoverSecret

        byte[] recoverSecret()
        Deprecated.