java.lang.Object
com.kryptokrauts.aeternity.sdk.domain.secret.KeyPair
com.kryptokrauts.aeternity.sdk.domain.secret.HdKeyPair

public class HdKeyPair
extends KeyPair
Data structure to hold one derived key from the tree of hierarchic keys
  • Constructor Summary

    Constructors
    Constructor Description
    HdKeyPair​(byte[] rawPublicKey, byte[] rawPrivateKey, byte[] chainCode, int index)  
  • Method Summary

    Modifier and Type Method Description
    static HdKeyPair fromKeyPair​(KeyPair keyPair, byte[] chainCode, int index)  

    Methods inherited from class com.kryptokrauts.aeternity.sdk.domain.secret.KeyPair

    getContractAddress, getOracleAddress

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HdKeyPair

      public HdKeyPair​(byte[] rawPublicKey, byte[] rawPrivateKey, byte[] chainCode, int index)
  • Method Details

    • fromKeyPair

      public static HdKeyPair fromKeyPair​(KeyPair keyPair, byte[] chainCode, int index)