public interface Identity
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
DarcOCSProto.Identity |
toProto()
Creates a protobuf-representation of the implementation.
|
boolean |
verify(byte[] msg,
byte[] signature)
Returns true if the verification of signature on the sha-256 of msg is
successful or false if not.
|
boolean verify(byte[] msg,
byte[] signature)
msg - signature - DarcOCSProto.Identity toProto()
Copyright © 2018. All rights reserved.