Static
bytesStatic
generateGenerates a random key pair in JWK format.
Static
privateCreates a private key in raw bytes from the given SECP256R1 JWK.
Static
publicStatic
signSigns the provided content using the provided JWK. Signature that is outputted is JWS format, not DER.
Static
validateValidates the given JWK is a SECP256R1 key.
Static
verifyVerifies a signature against the provided payload hash and public key.
the signature to verify. Can be in either DER or compact format. If using Oracle Cloud KMS, keys will be DER formatted.
a boolean indicating whether the signature is valid.
Class containing SECP256R1 related utility methods.