KeyConverter interface for converting private keys between byte array and JWK formats.
KeyConverter
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 private key from JWK format to a byte array.
The private key in JWK format.
A Promise that resolves to the private key as a Uint8Array.
KeyConverter
interface for converting private keys between byte array and JWK formats.