Converts a private key from a byte array to JWK format.
The parameters for the private key conversion.
The raw private key as a Uint8Array.
A Promise that resolves to the private key in JWK format.
Converts a public key from a byte array to JWK format.
The parameters for the public key conversion.
The raw public key as a Uint8Array.
A Promise that resolves to the public key in JWK format.
AsymmetricKeyConverter
interface extendsKeyConverter
, adding support for public key conversions.