Packages

class BIP39KeyManager extends BIP39KeyManagerApi with KeyManagerLogger

This is a key manager implementation meant to represent an in memory BIP39 key manager

See also

https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BIP39KeyManager
  2. KeyManagerLogger
  3. BitcoinSLogger
  4. BIP39KeyManagerApi
  5. KeyManagerApi
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BIP39KeyManager(rootExtPrivKey: ExtPrivateKey, kmParams: KeyManagerParams, creationTime: Instant, imported: Boolean)

    rootExtPrivKey

    the root seed used for this wallet

    kmParams

    the parameters used to generate the right keychain

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. val creationTime: Instant
  7. def deriveXPub(account: HDAccount): Try[ExtPublicKey]
    Definition Classes
    BIP39KeyManagerBIP39KeyManagerApi
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(other: Any): Boolean
    Definition Classes
    BIP39KeyManager → AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. val getRootXPub: ExtPublicKey

    Returns the root ExtPublicKey

    Returns the root ExtPublicKey

    Definition Classes
    BIP39KeyManagerBIP39KeyManagerApi
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val imported: Boolean
    Definition Classes
    BIP39KeyManagerBIP39KeyManagerApi
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val kmParams: KeyManagerParams
    Definition Classes
    BIP39KeyManagerBIP39KeyManagerApi
  17. def logger: Logger
    Definition Classes
    BitcoinSLogger
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toSign(privKeyPath: HDPath): AdaptorSign

    Converts a non-sensitive DB representation of a UTXO into a signable (and sensitive) real-world UTXO

    Converts a non-sensitive DB representation of a UTXO into a signable (and sensitive) real-world UTXO

    Definition Classes
    BIP39KeyManagerBIP39KeyManagerApi
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from KeyManagerLogger

Inherited from BitcoinSLogger

Inherited from BIP39KeyManagerApi

Inherited from KeyManagerApi

Inherited from AnyRef

Inherited from Any

Ungrouped