Interface SplitSecret

    • Method Detail

      • getSecret

        byte[] getSecret()
                  throws java.io.IOException
        Recombines secret shares to reconstruct the original secret.
        Returns:
        A byte array containing the reconstructed secret.
        Throws:
        java.io.IOException