public class ECDSASignature extends java.lang.Object implements Signature, org.cryptimeleon.math.serialization.StandaloneRepresentable
ECDSASignatureScheme.| Constructor and Description |
|---|
ECDSASignature(byte[] signatureBytes) |
ECDSASignature(org.cryptimeleon.math.serialization.Representation repr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
public ECDSASignature(byte[] signatureBytes)
public ECDSASignature(org.cryptimeleon.math.serialization.Representation repr)
public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object