public class SignatureData extends Object
SignatureData(byte v, byte[] r, byte[] s)
static SignatureData
decode(byte[] signMessage)
boolean
equals(Object o)
byte[]
getR()
getS()
byte
getV()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public SignatureData(byte v, byte[] r, byte[] s)
public byte getV()
public byte[] getR()
public byte[] getS()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public static SignatureData decode(byte[] signMessage)
Copyright © 2022. All rights reserved.