Package nxt.crypto

Class PublicKeyDerivationInfo

java.lang.Object
nxt.crypto.PublicKeyDerivationInfo

public class PublicKeyDerivationInfo extends Object
  • Constructor Details

    • PublicKeyDerivationInfo

      public PublicKeyDerivationInfo(SerializedMasterPublicKey serializedMasterPublicKey, int childIndex)
    • PublicKeyDerivationInfo

      public PublicKeyDerivationInfo(byte[] masterPublicKey, byte[] chainCode, int childIndex)
  • Method Details

    • withNextChild

      public PublicKeyDerivationInfo withNextChild()
    • getMasterPublicKey

      public byte[] getMasterPublicKey()
    • getChainCode

      public byte[] getChainCode()
    • getChildIndex

      public int getChildIndex()