Static
generateGenerates a random key pair in JWK format.
Static
generateStatic
getGets the public JWK of the given private JWK.
Static
getStatic
privateCreates a private key in raw bytes from the given SECP256K1 JWK.
Static
privateConverts a private key in bytes into a JWK.
Static
publicCreates a compressed key in raw bytes from the given SECP256K1 JWK.
Static
publicStatic
signSigns the provided content using the provided JWK.
Static
validateValidates the given JWK is a SECP256K1 key.
Static
verifyVerifies a signature against the provided payload hash and public key.
a boolean indicating whether the signature is valid.
Class containing SECP256K1 related utility methods.