compute Public Key
Computes a public key from the given private key, utilizing relevant KeyGenerator.
Return
The computed public key as a Jwk object.
Parameters
private Key
The private key used to compute the public key.
Computes a public key from the given private key, utilizing relevant KeyGenerator.
The computed public key as a Jwk object.
The private key used to compute the public key.