public class Signature extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Signature.SignatureBuilder |
Modifier and Type | Method and Description |
---|---|
static Signature.SignatureBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static Signature |
from(byte[] sig) |
byte[] |
getBytes() |
int |
getLength() |
int |
hashCode() |
String |
toString() |
public static Signature from(byte[] sig)
public byte[] getBytes()
public static Signature.SignatureBuilder builder()
public int getLength()
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.