final class ExtendedPublicKey extends ExtendedKey[ExtendedPublicKey]
Public key, its chain code and path in key tree. (see: https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExtendedPublicKey
- ExtendedKey
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ExtendedPublicKey(keyBytes: Array[Byte], chainCode: Array[Byte], path: DerivationPath)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def child(idx: Int): ExtendedPublicKey
Given a parent extended key and an index
idx, it is possible to compute the corresponding child extended key.Given a parent extended key and an index
idx, it is possible to compute the corresponding child extended key. The algorithm to do so depends on whether the child is a hardened key or not (or, equivalently, whetheridx ≥ 2^31), and whether we're talking about private or public keys.- Definition Classes
- ExtendedPublicKey → ExtendedKey
- See also
implementations in derived classes
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def derive(upPath: DerivationPath): ExtendedPublicKey
- Definition Classes
- ExtendedKey
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- ExtendedPublicKey → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- ExtendedPublicKey → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def key: ProveDlog
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val path: DerivationPath
- Definition Classes
- ExtendedPublicKey → ExtendedKey
- def selfReflection: ExtendedPublicKey
Returns subtype reference.
Returns subtype reference.
- Definition Classes
- ExtendedPublicKey → ExtendedKey
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- ExtendedPublicKey → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()