インターフェース VaultUnsealStatus


public interface VaultUnsealStatus
Vault 開封状態。
作成者:
Mark Paluch
  • メソッドの詳細

    • getSecretShares

      int getSecretShares()
      戻り値:
      既存のキーシェアの総数。
    • getSecretThreshold

      int getSecretThreshold()
      戻り値:
      Vault を開封するために必要な数のキーシェア。
    • isSealed

      boolean isSealed()
      戻り値:
      Vault が封印されている場合は true。
    • getProgress

      int getProgress()
      戻り値:
      Vault を開封するために必要なキーシェアの残りの数。