public static class Sign.SignatureData
extends java.lang.Object
| Constructor and Description |
|---|
SignatureData(byte v,
byte[] r,
byte[] s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getDerSignature() |
byte[] |
getR() |
byte[] |
getS() |
byte[] |
getSignature() |
byte |
getV() |
int |
hashCode() |
public byte getV()
public byte[] getR()
public byte[] getS()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic byte[] getSignature()
public byte[] getDerSignature()