Interface SignatureWithPublicKeyRecovery

    • Method Detail

      • recoverPublicKey

        PublicKey recoverPublicKey​(byte[] message)
        Parameters:
        message - the payload (typically hash of message) that was signed when this signature was created.
        Returns:
        the recovered public key.