Class ExtendedKey

    • Field Detail

      • PREFIX_XPRV

        public static final Int PREFIX_XPRV
      • PREFIX_XPUB

        public static final Int PREFIX_XPUB
      • PREFIX_YPRV

        public static final Int PREFIX_YPRV
      • PREFIX_YPUB

        public static final Int PREFIX_YPUB
      • PREFIX_ZPRV

        public static final Int PREFIX_ZPRV
      • PREFIX_ZPUB

        public static final Int PREFIX_ZPUB
    • Constructor Detail

      • ExtendedKey

        public ExtendedKey​(String extendedKey)
        ExtendedKey
        Parameters:
        extendedKey - .
    • Method Detail

      • parse

        public static ExtendedKey parse​(String extendedKey)
        parse
        Parameters:
        extendedKey - .
        Returns:
        .
      • isKeyPrivate

        public boolean isKeyPrivate()
      • derive

        public ExtendedKey derive​(int index,
                                  boolean harden,
                                  boolean neutral)
      • getPrefix

        public byte[] getPrefix()
      • getDepth

        public int getDepth()
      • getFingerprint

        public byte[] getFingerprint()
      • getChildNumber

        public byte[] getChildNumber()
      • getChainCode

        public byte[] getChainCode()
      • getKey

        public byte[] getKey()