Home
last modified time | relevance | path

Searched refs:unwrappedKeyAlgo (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/internal/crypto/
Dwebcrypto.js726 unwrappedKeyAlgo, argument
750 unwrappedKeyAlgo = webidl.converters.AlgorithmIdentifier(
751 unwrappedKeyAlgo,
794 [format, keyData, unwrappedKeyAlgo, extractable, keyUsages],
/third_party/node/doc/api/
Dwebcrypto.md856 ### `subtle.unwrapKey(format, wrappedKey, unwrappingKey, unwrapAlgo, unwrappedKeyAlgo, extractable,…
869 * `unwrappedKeyAlgo`: {AlgorithmIdentifier|RsaHashedImportParams|EcKeyImportParams|HmacImportParams}
882 in to the `subtle.importKey()` method using the `unwrappedKeyAlgo`,