Interface SplitSecret
- All Known Implementing Classes:
ShamirSplitSecret
public interface SplitSecret
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Recombines secret shares to reconstruct the original secret.
-
Method Details
-
getSecret
Recombines secret shares to reconstruct the original secret.- Returns:
- A byte array containing the reconstructed secret.
- Throws:
IOException