Class PrivateKey

java.lang.Object
org.arkecosystem.crypto.identities.PrivateKey

public class PrivateKey
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    PrivateKey()  
  • Method Summary

    Modifier and Type Method Description
    static org.bitcoinj.core.ECKey fromHex​(java.lang.String privateKey)  
    static org.bitcoinj.core.ECKey fromPassphrase​(java.lang.String passphrase)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • fromPassphrase

      public static org.bitcoinj.core.ECKey fromPassphrase​(java.lang.String passphrase)
    • fromHex

      public static org.bitcoinj.core.ECKey fromHex​(java.lang.String privateKey)