Class SchnorrSignatureImpl

java.lang.Object
org.bitcoinj.secp.internal.SchnorrSignatureImpl
All Implemented Interfaces:
Comparable<ByteArray>, ByteArray, SchnorrSignature

public class SchnorrSignatureImpl extends Object implements SchnorrSignature
A secp256k1 Schnorr signature, stored as a ByteArray.
  • Constructor Details

    • SchnorrSignatureImpl

      public SchnorrSignatureImpl(byte[] bytes)
  • Method Details

    • bytes

      public byte[] bytes()
      Description copied from interface: ByteArray
      Get the bytes as an array
      Specified by:
      bytes in interface ByteArray
      Returns:
      the bytes as an array
    • toString

      public String toString()
      Overrides:
      toString in class Object