public static class Sign.SignatureData extends Object
SignatureData(byte[] v, byte[] r, byte[] s)
SignatureData(byte v, byte[] r, byte[] s)
boolean
equals(Object o)
byte[]
getR()
getS()
getV()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public SignatureData(byte v, byte[] r, byte[] s)
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
Copyright © 2021. All rights reserved.