Result_PublicKeyErrorZ |
Result_PublicKeyErrorZ.clone() |
Creates a new CResult_PublicKeyErrorZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_PublicKeyErrorZ |
UtilMethods.derive_public_key(byte[] per_commitment_point,
byte[] base_point) |
Derives a per-commitment-transaction public key (eg an htlc key or a delayed_payment key)
from the base point and the per_commitment_key.
|
static Result_PublicKeyErrorZ |
UtilMethods.derive_public_revocation_key(byte[] per_commitment_point,
byte[] countersignatory_revocation_base_point) |
Derives a per-commitment-transaction revocation public key from its constituent parts.
|
static Result_PublicKeyErrorZ |
Result_PublicKeyErrorZ.err(Secp256k1Error e) |
Creates a new CResult_PublicKeyErrorZ in the error state.
|
static Result_PublicKeyErrorZ |
Result_PublicKeyErrorZ.ok(byte[] o) |
Creates a new CResult_PublicKeyErrorZ in the success state.
|
static Result_PublicKeyErrorZ |
UtilMethods.recover_pk(byte[] msg,
String sig) |
Recovers the PublicKey of the signer of the message given the message and the signature.
|