public interface SignatureWithPublicKeyRecovery
extends net.sf.mmm.binary.api.Binary
SignatureBinary that allows to recover public key.| Modifier and Type | Method and Description |
|---|---|
PublicKey |
recoverPublicKey(byte[] message) |
PublicKey recoverPublicKey(byte[] message)
message - the payload (typically hash of message) that was signed when this signature was created.Copyright © 2001–2019 mmm-Team. All rights reserved.