Class PubKeyConversion

java.lang.Object
foundation.omni.tx.PubKeyConversion

public class PubKeyConversion extends Object

Convert a stream of bytes to a list of ECKeys

Currently Assumes stream length is a whole number multiple of EncodingClassB.chunkSize

  • Constructor Details

    • PubKeyConversion

      public PubKeyConversion()
  • Method Details

    • convert

      public static ArrayList<org.bitcoinj.crypto.ECKey> convert(byte[] message)