method SubtleCrypto.exportKey
Jump to headingSubtleCrypto.exportKey(format: "jwk",key: CryptoKey,): Promise<JsonWebKey>
Parameters Jump to heading
Jump to headingformat: "jwk"
Return Type Jump to heading
Promise<JsonWebKey>
Jump to headingSubtleCrypto.exportKey(): Promise<ArrayBuffer>
Parameters Jump to heading
Jump to headingformat: Exclude<KeyFormat, "jwk">
Return Type Jump to heading
Promise<ArrayBuffer>