public final class SignatureSingleData extends SignatureData
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<SignatureSingleData> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
|
SignatureSingleData() |
protected |
SignatureSingleData(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decodeRaw(byte[][] vrs) |
protected void |
decodeRLP(byte[] rlpEncodedData)
Unused method cause can't decode with base argument type byte[], needs byte[][]
|
int |
describeContents() |
protected byte[] |
encodeRLP()
Encodes all create fields via RLP
|
java.math.BigInteger |
getR() |
java.math.BigInteger |
getS() |
java.math.BigInteger |
getV() |
protected void |
setSign(NativeSecp256k1.RecoverableSignature signature) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
fromRawRlp, fromRawRlp, objArrToByteArrArrpublic static final android.os.Parcelable.Creator<SignatureSingleData> CREATOR
public SignatureSingleData()
protected SignatureSingleData(android.os.Parcel in)
public int describeContents()
public void writeToParcel(android.os.Parcel dest,
int flags)
public java.math.BigInteger getR()
public java.math.BigInteger getS()
public java.math.BigInteger getV()
protected void setSign(NativeSecp256k1.RecoverableSignature signature)
protected void decodeRaw(byte[][] vrs)
protected void decodeRLP(byte[] rlpEncodedData)
decodeRLP in class RLPSerializablerlpEncodedData - decodeRaw(byte[][])protected byte[] encodeRLP()
RLPSerializableencodeRLP in class RLPSerializableRLP