Class UnlockWalletDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class UnlockWalletDialog extends JDialog
See Also:
  • Constructor Details

    • UnlockWalletDialog

      public UnlockWalletDialog(AWalletEntry walletEntry)
  • Method Details

    • show

      public static UnlockWalletDialog show(Component parent, AWalletEntry walletEntry)
    • getPassPhrase

      public char[] getPassPhrase()
    • close

      public void close()
    • offerUnlock

      public static boolean offerUnlock(Component parent, AWalletEntry walletEntry)
      Shows a dialog to ask the user to unlock a wallet
      Parameters:
      parent - Parent component
      walletEntry - Wallet Entry to consider
      Returns:
      True if unlocked, false otherwise