public static class ECKey.ECDSASignature
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
java.math.BigInteger |
r
The two components of the signature.
|
java.math.BigInteger |
s
The two components of the signature.
|
byte |
v |
| 构造器和说明 |
|---|
ECDSASignature(java.math.BigInteger r,
java.math.BigInteger s)
Constructs a signature with the given components.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ECKey.ECDSASignature |
decodeFromDER(byte[] bytes) |
boolean |
equals(java.lang.Object o) |
static ECKey.ECDSASignature |
fromComponents(byte[] r,
byte[] s,
byte v) |
int |
hashCode() |
java.lang.String |
toBase64() |
ECKey.ECDSASignature |
toCanonicalised() |
boolean |
validateComponents() |
static boolean |
validateComponents(java.math.BigInteger r,
java.math.BigInteger s,
byte v) |
public final java.math.BigInteger r
public final java.math.BigInteger s
public byte v
public ECDSASignature(java.math.BigInteger r,
java.math.BigInteger s)
r - -s - -public static ECKey.ECDSASignature fromComponents(byte[] r, byte[] s, byte v)
r - -s - -v - -public boolean validateComponents()
public static boolean validateComponents(java.math.BigInteger r,
java.math.BigInteger s,
byte v)
public static ECKey.ECDSASignature decodeFromDER(byte[] bytes)
public ECKey.ECDSASignature toCanonicalised()
public java.lang.String toBase64()
public boolean equals(java.lang.Object o)
equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.ObjectCopyright © 2018. All Rights Reserved.