public class ECDSASignature
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.math.BigInteger |
r |
protected java.math.BigInteger |
s |
Constructor and Description |
---|
ECDSASignature() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static ECDSASignature |
of(java.math.BigInteger r,
java.math.BigInteger s)
Factory method.
|
java.lang.String |
toString() |
public static ECDSASignature of(java.math.BigInteger r, java.math.BigInteger s)
r
- R value of ECDSASignatures
- S value of ECDSASignatureECDSASignature
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object