Package nxt.crypto

Class DecryptedData

java.lang.Object
nxt.crypto.DecryptedData

public final class DecryptedData extends Object
  • Constructor Details

    • DecryptedData

      public DecryptedData(byte[] data, byte[] sharedKey)
  • Method Details

    • getData

      public byte[] getData()
    • getSharedKey

      public byte[] getSharedKey()
    • toString

      public String toString()
      Overrides:
      toString in class Object