method
crypto.webcrypto.SubtleCrypto.unwrapKey
wrappedKey: BufferSource,
unwrappedKeyAlgorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm | KmacImportParams,
extractable: boolean,
Referenced types
type KeyFormat =
| 'jwk'
| 'pkcs8'
| 'raw'
| 'raw-public'
| 'raw-secret'
| 'raw-seed'
| 'spki'
interface CryptoKey
type AlgorithmIdentifier = Algorithm | string
interface AeadParams
interface AesCbcParams
interface AesCtrParams
interface RsaOaepParams
interface RsaHashedImportParams
interface EcKeyImportParams
interface HmacImportParams
interface AesKeyAlgorithm
interface KmacImportParams
type KeyUsage =
| 'decapsulateBits'
| 'decapsulateKey'
| 'decrypt'
| 'deriveBits'
| 'deriveKey'
| 'encapsulateBits'
| 'encapsulateKey'
| 'encrypt'
| 'sign'
| 'unwrapKey'
| 'verify'
| 'wrapKey'