Interface SplitSecret

All Known Implementing Classes:
ShamirSplitSecret

public interface SplitSecret
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Recombines secret shares to reconstruct the original secret.
     
  • Method Details

    • getSecretShares

      SecretShare[] getSecretShares()
    • getSecret

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