Interface PassphraseAgent

All Superinterfaces:
Agent
All Known Subinterfaces:
ServiceAgent, UserAgent
All Known Implementing Classes:
BotAgent, EthereumAgent, MonitoringAgent, PassphraseAgentImpl, ServiceAgentImpl, UserAgentImpl

public interface PassphraseAgent extends Agent
Represents an agent that can be unlocked using a passphrase.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    unlock(String passphrase)
    Unlocks this agent.
    void
    Deprecated.
    This is just an alias for unlock(String) and will be removed in near future.

    Methods inherited from interface i5.las2peer.api.security.Agent

    getIdentifier, isLocked